Preferences

panzi
Joined 900 karma
https://github.com/panzi/

  1. Since this is about something nobody wants to see (ads) my guess would be that it might be legal here.
  2. Cool, do they have good lighting options now though? Like Lumibricks, where the wires are hidden and the floors/multiple buildings are connected with special connector bricks?
  3. Yeah, but these are self-closing. Writing "<br/>" is actually wrong and just corrected to "<br>" in HTML. HTML does not have that syntax, that would be XML. And that is why "<div/>" is corrected to "<div>" and the closing "</div>" is inserted somewhere.
  4. Especially since it is correct in JSX, adding to the confusion.
  5. On my phone that website had some ash rain animation all over it, making it unreadable without reader mode. WTF.
  6. Since uv and systemd are both FOSS how are they not part of the FOSS world?
  7. > - Your Discord session cookies and token could be stolen, leading to a complete account takeover.

    Discord uses HttpOnly cookies (except for the cookie consent banner).

  8. I'm having deja Vu. Was there another quite similar headline here a few weeks or so ago?
  9. You can do gambling easier without blockchains. (Not that you should do any gambling at all, on neither side, if you ask me.)
  10. Yeah, and I always say git with commit signing is a cryptographic block chain in the loosest sense. But in this context I was of course referring to the proof of work/stake BS. In git the proof of work is the work you put into writing the source code. There is actual value in it, not just fictional speculative value.
  11. Wasting your 20s sounds like you did nothing in your 20s. Instead you actively made the world worse by building a casino with power hungry technology.
  12. Yeah and even more crazy: all other applications of blockchains are even more stupid. Haven't seen another application that wouldn't have been better, faster, cheaper implemented in a "classical" way.
  13. Back in the early 00s I brought gvim.exe on a floppy disk to school because I refused to write XSLT, HTML, CSS, etc without auto-indent or syntax highlighting.
  14. There is <article> <section> <figure> <legend>, but yes, <abstract> and <authors> is missing as such. But there are meta tags for such things. Then there is RDF and Thing. Not quite the same, I know, but it's not completely useless.
  15. Really? Signal does everything I want from a messaging app. I can't imagine what could be better about its GUI. But I'm no GUI designer.
  16. Personally I like Rust, but I'm against rewriting old well tested tools in Rust just because. There is this opinion out there that Rust devs rewrite everything for no good reason, but I only really saw that happening in coreutils and sudo. In the other cases that I heard of the rewrite wasn't from C/C++ (but e.g. from JavaScript and they need more speed) or they needed a rewrite anyway for different reasons (e.g. first working parallel style calculation in Firefox).

    So I'm very skeptical of the coreutils rewrite. In the current state it's incomplete, slower (not optimized), and replacing all GPL code with MIT/BSD code also feels strange to me.

  17. Didn't know Spectacle can do screen recordings now. Just tried it: The "New Recording" button seems to be broken. It does nothing. No error message on the terminal even. Maybe it only works under Wayland?
  18. My problems with Wayland are KDE specific. I tired it, but there where so many window management regressions and sometimes graphical glitches that I switched back. But that was under plasma 6.4. Have to try again now on 6.5 to see if these issues are fixed. If not I should write a bug report, I guess.

    Also there needs to be an alternative for (or patch to) simplescreenrecorder that works under Wayland. I don't want use a complex thing like OBS to make a quick demo video to demonstrate something for a co-worker and stuff.

  19. The future seems buggy and incomplete.
  20. If you ask me it's still too early.
  21. An argument is a connected series of statements intended to establish a definite proposition... A contradiction is just the automatic gainsaying of anything the other person says.
  22. That still exists? When I first heard of it many many years ago I had hopes for it. Never heard of it again. I see it is still on Qt5.
  23. > uv is straightforward to install.

    How do I install it globally on a system? Debian doesn't let me install packages via pip outside of a venv or similar.

  24. Side note: pt != px. 16px == 12pt.
  25. "automatically group and label your tabs" is the only thing out of those that sound at all interesting to me, though I don't know how AI comes into play here. And is it all local AI?
  26. I read the question differently as: Why doesn't cargo cache (compiled) crates in ~/.cargo?
  27. Just today I saw a (2 year old) video on that very topic in Rust and C++: https://www.youtube.com/watch?v=algDLvbl1YY Towards the end they mention what to use instead in C++ to get the same characteristics as Rust's Vec::reserve:

        vec.insert(
            vec.cend(),
            std::move_iterator(newElems.begin()),
            std::move_iterator(newElems.end())
        );
  28. On the web you can most of the time select text. You can at least inspect the element and copy the text that way. But in GUI programs very often you cant. There are these labels that cant be selected or copied. Especially frustrating for error messages. In e.g. KDE you actually can copy error messages! So that is great! I was told that under Windows you can do it simply by pressing Ctrl+C when the message box is open. That isn't very discoverable. Anyone know if that was always possible in Windows? Last I used was XP.

    Also reminds me of that Jonathan Blow video where he fights the Visual Studio debugger and can't copy a value.

  29. Does this include the GC at the end of it all? Because if that happens after the end timestamp it's not an exact comparison. I read something once about speeding up a C/C++ compiler by simply turning free into a no-op. Such a compiler basically allocates more and more data and only frees it all at the end of execution, so then doing all the free calls is just wasted CPU cycles.
  30. No mention of yargs?

This user hasn’t submitted anything.

Keyboard Shortcuts

Story Lists

j
Next story
k
Previous story
Shift+j
Last story
Shift+k
First story
o Enter
Go to story URL
c
Go to comments
u
Go to author

Navigation

Shift+t
Go to top stories
Shift+n
Go to new stories
Shift+b
Go to best stories
Shift+a
Go to Ask HN
Shift+s
Go to Show HN

Miscellaneous

?
Show this modal