• Activity
  • Votes
  • Comments
  • New
  • All activity
    1. What programming/technical projects have you been working on?

      This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's...

      This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's interesting about it? Are you having trouble with anything?

      10 votes
    2. What programming/technical projects have you been working on?

      This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's...

      This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's interesting about it? Are you having trouble with anything?

      10 votes
    3. Software engineers / programmers: how’s it going?

      All of my SWE friends and coworkers agree this is a deeply weird time to be in the industry. LLM coding has dominated many (but not all) tech companies. Some of it is cool and exciting, but a lot...

      All of my SWE friends and coworkers agree this is a deeply weird time to be in the industry. LLM coding has dominated many (but not all) tech companies. Some of it is cool and exciting, but a lot of it is terrible and horrifying. I thought it could be a good time to do a vibe check.

      Some possible questions to answer if you’d like:

      • How has your work changed in the past year? How much of your daily work now involves LLM tools?
      • Are you enjoying your work more, less, or the same? Has your relationship with work changed in general?
      • Do you feel like you’re working more or less now? The same?
      • Are you hopeful or fearful of the future (let’s say next 5 years) of SWE? Mixed?
      • Have you found any useful tips or advice for thriving in the current landscape?
      • Has your career trajectory changed? Do you plan on seeking out different types of roles?

      Also it would be useful to give whatever background info you’re comfortable sharing to help ground things like: size of company, years of experience, type of role, location, etc.

      Any and all discussion around the industry is welcome!

      42 votes
    4. Router recommendations?

      Hello my fellow tildestians (tilderinos?) - I'm looking to upgrade a very old home router (a hand-me-down linksys of some variety). I game quite a lot (my computer is connected via ethernet to the...

      Hello my fellow tildestians (tilderinos?) - I'm looking to upgrade a very old home router (a hand-me-down linksys of some variety). I game quite a lot (my computer is connected via ethernet to the current router) (often while others folks are streaming shows elsewhere in the house) so preferably something that is able to handle that? Maybe something that would allow a later upgrade with mesh? I don't know what a mesh is but I see them recommended in a lot of these "best router of 2026" lists so maybe that's something I need to look into.

      I've seen a lot of recommendations for asus and tp-link and ubiquiti? I am not super technically inclined so ease of set up is a nice bonus but I'm willing to put in the effort if needed >_< Budget is around ~300 usd. Blessings be if you have the time and knowledge to spare for me :) thank you!

      (also, if this is in the wrong topic please relocate me with my sincerest apologies)

      22 votes
    5. What programming/technical projects have you been working on?

      This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's...

      This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's interesting about it? Are you having trouble with anything?

      9 votes
    6. Anyone using a DGX Spark?

      The prices have increased, and even before people called it too expensive. I am just wondering - do you have one? What do you use it for? I've been thinking of getting one (as a business expense,...

      The prices have increased, and even before people called it too expensive.

      I am just wondering - do you have one? What do you use it for? I've been thinking of getting one (as a business expense, I guess the price is high, but then again - what other option do you have for compute? renting GPUs is quite expensive, any comparable amount of VRAM is very expensive - ok if you have space and mostly want to do inference, I guess you have better options (3090 or 5090)

      For me, I have just been considering having some more compute available for robotics, finetuning, trying out selfhosted and fine tuned LLMs, among other things. My other setup (M1Pro 32GB and a 1070 Mini) could work for some stuff, but especially for the robotics part it's mostly about NVIDIA...

      Curious about any experiences.

      5 votes
    7. Curious about Android forks (/e/ OS, LineageOS, etc) for old Samsung tablet

      I have a Samsung Galaxy Tab S6 Lite (2022) which has reached end of life and no longer receives updates. I was wondering if it was possible to revive it using one of these alternate Android...

      I have a Samsung Galaxy Tab S6 Lite (2022) which has reached end of life and no longer receives updates. I was wondering if it was possible to revive it using one of these alternate Android versions, but I was very frustrated to see that LineageOS (the one I've seen mentioned the most besides Graphene) supports both the 2020 and the 2024 model of this tablet, but not mine.

      I wanted to hear from fellow Tildes users if installing one of these OSes would be worth it to get continued security updates for an old tablet like this, which OSes are out there (I've only heard the names of a few of them), which ones to avoid (maybe it's abandoned or there's some drama around a particular OS for whatever reason), and if anyone knows of one that specifically supports my model.

      I'm also curious if S-Pen stylus support would work on any of these other OSes.

      9 votes
    8. What programming/technical projects have you been working on?

      This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's...

      This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's interesting about it? Are you having trouble with anything?

      13 votes
    9. What JavaScript framework should I use?

      Little backstory. I'm the sole developer of delphitools, a collection of free and open source tools for artists, developers and just computer touchers in general. I'm using Next.JS and as such,...

      Little backstory. I'm the sole developer of delphitools, a collection of free and open source tools for artists, developers and just computer touchers in general. I'm using Next.JS and as such, React, but I don't think I like it anymore. DT is a completely offline exported application, and Next is meant for middleware-heavy apps with server layers, which I just don't have. I also just don't get on with React's endless use effect garbage and have little love for TypeScript, and if I'm honest, DT happens to be made like that because I wanted to try the shiny new thing. Now that I have around 60-ish individual micro-apps contained within, I think it's time for a rewrite.

      I'm therefore looking for discussion and insights on what tooling is best for me, on the following grounds:

      1. delphitools is export only. There's no server component and it runs completely in the browser. Server capabilities or middleware are not a concern.
      2. I'm not married to JavaScript as the runtime. It's just what I know best, I've been in the industry for a long time, although I'm more familiar with classic JS, not necessarily the JSX react syntax. I'm confident I could learn something new though.
      3. I'm looking for fast build times, a smart-ish compiler that can ideally hot reload and give me insights into bad practices (Next.JS does this quite well)
      4. As close to bare metal as possible, I can't begin to enumerate the amount of times the NextJS Turbopack auto-caching thing has caused me significant headaches.

      I'm a designer, not a developer, but I can manage my way around. I'm also not opposed to using Agents, but I would like to - if for my own sake more than anything - be able to work without them if need be. Suggesting Ruby that compiles to HTML or some other crazy new pipeline probably won't work.

      Curious to hear your experiences and recommendations. Thanks!

      17 votes
    10. What programming/technical projects have you been working on?

      This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's...

      This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's interesting about it? Are you having trouble with anything?

      15 votes
    11. Help selecting a mechanical keyboard

      I'm looking to replace my current mechanical keyboard which has a few problems. If anyone has recommendations I would appreciate it. Here is what I'm looking for: Mechanical switches USB C and...

      I'm looking to replace my current mechanical keyboard which has a few problems. If anyone has recommendations I would appreciate it.

      Here is what I'm looking for:

      • Mechanical switches
      • USB C and bluetooth.
      • Smaller size (no keypad)
      • Clicky but not too loud. I think I currently have "brown" switches which are good.
      • Backlit (but not colorful unless I'm able to set it to something muted or single-colored)
      • Works with mac, pc, linux, and maybe tablets

      I don't care very much if there is a battery in the unit as long as it can switch to bluetooth while plugged into usb.

      I went to mechanicalkeyboards.com and looked around and got a bit overwhelmed. Looks like the prices are mostly under $200 which would be ok.

      What went wrong with my current keyboard:
      It's an EPOMAKER TH80 pro. The size is good, the features are good, and the keyboard feel is good. But the battery went dead so it has to be plugged in all of the time, and several of the keys get double presses at random so I have to backspace a lot.

      Thanks!

      31 votes
    12. Another "help, looking for mechanical keyboard" thread! cherrys, color backlit leds, usb only (no bt), 100% size

      Came to post and saw this thread popped up 5 hours prior (okay, near 7 hours as I'm still trying to look). So please help them first! Sadly, while a lot of the requirements are the same, it...

      Came to post and saw this thread popped up 5 hours prior (okay, near 7 hours as I'm still trying to look). So please help them first!

      Sadly, while a lot of the requirements are the same, it doesn't offer what I'm looking for. Here are the demands (and here is why I cannot profit from it):

      • USB A or C wired (no BT or detachable connection)
      • Full 100% size

      Similar demands are:

      • Works with Linux
      • Cherry MX (or comparable) switches - red or brown level
      • Backlit with custom coloring

      Honestly, Ducky seemed to be exactly what I was looking for, but I see no "buy" option, nor are there Linux options. Yeah, they're on mechanicalkeyboards.com but the third party is disconcerting and also the options I want are out of stock.

      18 votes
    13. What programming/technical projects have you been working on?

      This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's...

      This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's interesting about it? Are you having trouble with anything?

      15 votes
    14. Help needed with jpegli please

      Hi Seems we need to compile jpegli from git. https://github.com/google/jpegli I'm not able to do this at present. Maybe a tildean person here is. :-) I want to experiment and compare results with...

      Hi
      Seems we need to compile jpegli from git.

      https://github.com/google/jpegli

      I'm not able to do this at present.
      Maybe a tildean person here is. :-)

      I want to experiment and compare results with my installed mozjpeg.

      Anybody know where there is a jpegli precompiled?
      Something to drop into Linux usr/local/bin.
      Or a windows executable to use with wine.

      Blogpost... https://opensource.googleblog.com/2024/04/introducing-jpegli-new-jpeg-coding-library.html

      5 votes
    15. What programming/technical projects have you been working on?

      This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's...

      This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's interesting about it? Are you having trouble with anything?

      9 votes