• 15 Posts
  • 46 Comments
Joined 3 years ago
cake
Cake day: July 17th, 2023

help-circle




  • Okay, þ is not going to happen, just say th.

    Anyway, I did try V before Nim and found it way too unstable (which is corroborated by every other blog post talking about it). I also couldn’t get the language server to work no matter what I did, it just fails to start which isn’t a good first impression. This isn’t even mentioning all the drama behind the scenes for this language.









  • Something people don’t mention in the comments is that codeacademy is only really for learning the very basics of programming. It’s great if you’re just getting started and have no idea how to program, but once you start getting into more intermediate territory these gamified services lose their appeal.

    Codeacademy is cool if you’re looking for a crash course into programming essentials, but if you really want to get into it I’d recommend buying a course.


  • Boy oh boy, what a post. Somehow they managed to make it less clear than ever what they even want to do with the platform, here are my favorite highlights:

    With the use of AI now ubiquitous and ‘AI slop’ rapidly replacing the content we see online, this trust gap is where we think Stack Overflow can play a role. Our renewed vision and purpose moving forward is to be the world’s most vital source for technologists. By providing a trusted human intelligence layer in the age of AI, we believe we can serve technologists with our mission to cultivate community, power learning, and unlock growth.

    That’s some advanced corpo-speak, doubling down on AI but also acknowledging that people don’t like AI-generated answers and providing a “human intelligence layer” to “unlock growth”. Did an AI write this? Lol.

    As AI becomes more pervasive, the efficacy of AI systems will increasingly depend on access to verifiable and accurate knowledge. That will extend to job opportunities too as people look for guidance on exciting career prospects, and this is why we aim to Unlock growth for those who come to Stack Overflow or use our products.

    I can feel the growth unlocking the more of this I read.

    Knowledge Ingestion converts high-value content from tools like SharePoint, Confluence, Google Drive, and others into structured, trusted knowledge inside a Stack Internal instance. It’s designed to eliminate silos, accelerate onboarding, and scale institutional wisdom.

    I wasn’t sure I wanted to ingest knowledge, but now that I can eliminate all these silos, I’m sure that my team can finally gain some institutional wisdom. Also I’m having a stroke. Help-






  • I get people that make tutorials for “content” even if they suck at their job, but I CANNOT get over video tutorials where someone gets completely lost and doesn’t cut it out of the video.

    Anyways we’ll go here-oh there’s an error. Uhm. Maybe we can do this? That didn’t work. Maybe that? Hang on, maybe it’s in preferences? Oh, it’s in tools, no, wait, oh I just wrote the name wrong

    Would it kill you to edit that out and stop wasting my time?!


  • I use Joplin. It’s fairly simple and very comparable to Evernote if you’ve ever used that, but it’s perfect for my needs.

    I used LogSeq before, it’s very similar to Obsidian, the big difference being that it’s open source. It’s got a ton of features and the built-in whiteboard is actually really good, but I found it a bit overkill for my simple note taking.

    • Logseq also makes each line start with a bulleted list which quickly made me go insane

  • Electron isn’t here to compete with anyone. It’s a free open source community effort filling a gap. If you want to defeat Electron, you will need to fill it too; and you will need to do a better job than Electron is doing today — at the things that allow us to deliver a good experience.

    I think that’s the big takeaway, people like hating Electron (like yours truly), but if you want Electron to stop being so common there needs to be an alternative that’s as powerful and flexible. Nobody wants to make that. Electron works, it’s stable, it’s industry standard, it’s not performant but it performs well enough, and you can’t beat web browsers in having a massive ecosystem where everything just works.

    Tauri tried to be the Electron killer but it became apparent that OS-specific web-views aren’t something developers want to deal with, and IIRC they’re also looking into embedding a browser runtime which will make it more or less Electron again…