Skip Navigation
Built-in software ‘death dates’ are sending thousands of schools’ Chromebooks to the recycling bin
  • Interesting article, I don't think I have a use for them though.

  • What are some cool skills that are best learned young?
  • Oh great point. I’d add skiing to that category.

  • What are some cool skills that are best learned young?

    I can think of two:

    1. Speaking multiple languages, and
    2. Perfect pitch

    Both are more easily learned at a young age. Are there others?

    31
    Lemmios is now on the App Store
  • Awesome! I will try it out. Thanks!

  • Have you ever had Detroit-style pizza?
  • I’ll have to give it a try

  • [feature request] ability to view and copy images and gifs
  • Saving memes is my main lemmy use case.

  • How frequently do you use profilers/debuggers at work?
  • That's an interesting point about depending too heavily on a debugger. I haven't run into anyone too dependent on it, but I could see that happening.

    To me, debuggers offer a tighter dev loop when there's something you're stuck on. They also let you 'grok' a call stack in an unfamiliar codebase. "Did this function get called?" "What's in this variable?" etc.

  • How frequently do you use profilers/debuggers at work?
  • How do people do stuff without debuggers? :D

    Another way to develop would be through iterating within a Unit Test that you don't plan to keep around.

    Uh, I set a breakpoint and run the app?

    To add a bit more context, it's more difficult to configure a debugger when the application is running within something like Docker. How difficult? That depends on the language and tools you're using.

  • How frequently do you use profilers/debuggers at work?

    I know profilers and debuggers are a boon for productivity, but anecdotally I've found they're seldom used. How often do you use debuggers/profilers in your work? What's preventing you? conversely, what enables you to use them?

    37
    Is anyone here using a GUI for git? If yes - which one and why?
  • I'm a heavy intellij user, but the git log UI always confuses me. When I open 'git log' via the action menu IntelliJ doesn't focus my current branch. I am not sure if there's some other menu I'm supposed to use to achieve that.

    I do use the commit local changes, pull changes, merge branches functionality a good bit. My only feedback there is that I haven't found a way to quickly commit changes without running git hooks. Each time it requires me to open up the gear icon and deselect 'git hooks'. This is slower than using the command line where I can write git commit --no-verify and repeat the same command again and again. I know it's a niche need, but it's necessary for testing a rather archaic system we maintain.

  • What are some fun projects I can use to teach myself Rust?
  • For my own projects I’m trying to build things I actually want. Tools for myself. But now the hard part becomes identifying a tool you wish you had, and scoping it down enough so that it’s appropriately sized for a new language. Tricky to approach the task from two ends.

  • Programmers using Spring (Java) professionally, how did you learn it?
  • If you aren’t familiar with dependency injection, that could prove a hurdle. Same for webflux/reactor. I would avoid using webflux until you feel more familiar with non-reactive spring. Otherwise it will feel overwhelming.

  • Recommendations for games where the sound takes it to the next level?
  • I feel this way about Hell Let Loose sometimes

  • current lemmy status
  • I setup Anarch.is today. Feel free to create an account. Still need to write-up guidelines, enable community creation, etc. but it’s ready if you want to post/comment on other instances.

    If we run into server load problems i’ll upgrade it. 😎

  • KBin has taken over Lemmy in monthly active users count
  • I think it mainly comes down to the project landing page being more friendly and the UI being more polished.

    The landing page of join-lemmy.org doesn't show what the website looks like. The only screenshots are of code and github. That section is geared towards potential instance administrators, not potential users.

  • Please please please give us compact mode!
  • This was the first thing I noticed when I downloaded it today. (Actually, second: I appreciated out the username/password worked with my password manager)

  • Best Providers for hosting a Lemmy Instance?
  • I just set one up via DigitalOcean and it was easy peasy. I'll see how it goes and move it if needed.

  • Starfield Official Gameplay Trailer
  • Excited for the ship building and the fact I can land anywhere on a planet. I'll try this out since I have Game Pass.