• 4 Posts
  • 862 Comments
Joined 3 years ago
cake
Cake day: June 6th, 2023

help-circle
  • I’ve not heard of those, but to me this is a competitor to the much more ubiquitous Obsidian. Which works great, and has a whole community of support, but is not open source.

    Personally, I don’t need my notes app not be responsible for syncing across devices either. I already have that for other file types (photos, media, etc).

    I’m not against these features being added, but this app is young, afaik it’s one person writing it, so I’d rather see their time be spent making the note taking experience as good as it can be.

    I also generally wouldn’t trust one person to properly audit the security of the networking and encryption features. If I wanted those features, I’d still give the community time to peruse the codebase.


  • I think it makes sense to handle this at a lower level. After using other notes apps, the thing I want is for it to not have some arbitrary opaque file hierarchy that locks me into it. I want a plain dir of .md files, some resources they link to, and that’s it. If I want disk encryption, there are solutions for that. I can use something like LUKs to encrypt my whole drive, or even just the notes directory.

    For android, afaik everything uses disk encryption by default.

    The unix philosophy is do one thing really well. We don’t need a note taking app that also handles encryption.







  • They’re mostly not AI specialized, though. That’s why they’re so inefficient and why their demand contends with consumer hardware in the first place. Which makes sense, because AI is still in rapid development. They don’t know what the right answer is yet, but they know they need a bunch of fast memory and parallel processing.

    The AI specific hardware being added to GPUs is still pretty general. CUDA cores are just parallel compute. Tensor cores are for doing parallel compute with fewer bits of precision. Yes, there are niche applications for fp16 and lower, but rendering is one of those applications.

    We also need to accept that this isn’t the crypto bubble, this is the dotcom bubble. Like it or not, there is a real advancement in technology happening here, and it’s not going away. The bubble will pop because there’s far more money being invested per unit time than can be returned as profit per unit time, not because the tech is a farce. Yes, 99% of AI applications right now are a farce, but that 1% are giving us actual useful abilities we simply didn’t have before. Point being: our world after the bubble pops will still make use of AI, so any hardware over-production will still be useful to the general public for AI applications.



  • The big problem is that nobody thinks about those people that don’t have the hardware right now.

    Literally yes they do, because even though they don’t have the latest and greatest hardware, they have some money to spend. That’s the argument being made: until now the assumption was that new hardware would get cheaper over time, and people would gradually move to new hardware. Devs spend years making games, and historically bank on that assumption so that when the game comes out, it has the largest audience available to purchase it.

    The fact that it looks like that won’t be the case in the near future means devs have to shift their behavior to accommodate what their playerbase has, i.e. continue developing and optimizing the same hardware.

    That said, this is all temporary. Whether they widen the pipeline, or the AI bubble bursts, in 2-3 years there will be a deluge of hardware hitting markets. (Provided trade/actual wars don’t get in the way, which is the bigger concern imo).