Preferences

moelf
Joined 1,833 karma
https://github.com/Moelf/

  1. >We worked out a special arrangement so that this server is physically held by a long time contributor with a proven track record of securely hosting services.

    Not clear if "contributor" is a person or an entity. The "hosting services" part make it sound more like a company rather than a natural person.

  2. and HexOS I guess.
  3. you can always make a new vector that's orthogonal to all the ones currently used and see if the inclusion improves performance on your tasks
  4. >instead of spending massive compute rediscovering it from scratch every time

    it's interesting that this paper was discovered by JHU, not some groups from OAI/Google/Apple, considering that the latter probably have spent 1000x more resource on "rediscovering"

  5. the note is written in Typst!
  6. "Luckily," the hardware won't allow for 4k@120Hz on visually cutting edge games anyway.
  7. yeah it's just a Linux x86 desktop (Arch Linux) -- although, you'd likely want to make sure Jellyfin's hardware acceleration works well with AMD APU (last time I checked the AMD was under experimental)
  8. I guess right now the GPU is too weak. And ofc even if the hardware steps up, there are always root-kit games gatekeeping :(
  9. >Semi-custom AMD Zen 4 6C / 12T

    the desktop is also x86, the VR headset (Frame) is ARM

  10. IIUC they legally can't do that. ATC are federal employees, you can't just have private companies pay off federal workers. (Well, I know Trump's friend is literally doing that for the military so idk, maybe laws are just words these days)
  11. true, however

    >You can read and leave comments on this post here on Bluesky, or here on Nostr, or even here on Mastodon.

    the only link that doesn't work is the Nostr one, the content doesn't load for me

  12. on a macMini (i.e. fast RAM), time to display:

    - Plots.jl, 1.4 seconds (include package loading)

    - CairoMakie.jl, 4 seconds (including package loading)

    julia> @time @eval (using Plots; display(plot(rand(3))))

      1.477268 seconds (1.40 M allocations: 89.648 MiB, 2.70% gc time, 7.16% compilation time: 5% of which was recompilation)
  13. can website do push notification? (e.g. when ICE agents show up near your zipcode)
  14. can they do push notification (e.g. when ICE agents show up near your zipcode)
  15. what if you want a push notification when ICE agents appear in your work area?
  16. Not in physicists' future! /jk. Exabytes of data produced in the next two decades at the Large Hadron Collider will be stored in a format homemade by CERN: https://cds.cern.ch/record/2923186/
  17. oh right, it's just AMD Zen2...
  18. >Larian does not provide support for the Linux platform. The Steam Deck Native build is only supported on Steam Deck.

    huh? but Steam Deck is just normal Arch Linux with x86_64 ~~aarch64~~?...

  19. > operator overloading, while it can make for cute-to-read code, isn't really a good idea for code readability and maintenance

    so should we write `add_int_int(1,1)` and `add_int_double(1, 1.0)` and `add_double_double(1.0, 1.0)`?...

  20. this is counting it as if O only takes an argument, which is single dispatch, which OOP covers already (the `self` is the single argument).

    In practice, Multiple Dispatch shines when you have 1) more than one argument type (duh) 2) higher order `O` operation [1]

    [1]: think of a numerical routine that calls eigen or something, and you want eigen to exploit the matrix's type, such as symmetry or upper-triangular, and this is encoded as a matrix type)

  21. with juliac.jl and --trim, hello world is now 1MB and compiles in a second.

    more realistic examples of compiling a Julia package into .so: https://indico.cern.ch/event/1515852/contributions/6599313/a...

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