Live data from Hacker News

Viewing profile — zexodus

zexodus

HN member
Joined
Tue, Mar 14, 2017, 2:02 PM UTC
HN karma
59
Public activity
24 items

About zexodus

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #46706325

    I'm so tired of these... Is there really no way we can make it technologically impossible for them to exfiltrate user data?

  3. comment
    Comment #42159221

    > the wood where my mouse was kept attracting weird black spots Have the same issue, but can't subscribe to mousepads. I believe that's dust getting in the crevices of the wood.

  4. comment
    Comment #42093929

    Context size limits are usually the reason. Most websites I want to scrape end up being over 200K tokens. Tokenization for HTML isn't optimal because symbols like ' ', '/', etc. en…

  5. comment
    Comment #41432365

    It's possible to capture the DOM by running a headless browser (i.e. with chromedriver/geckodriver), allowing the js execute and then saving the HTML. If these readers do not use a…

  6. comment
    Comment #40854859

    I thought the left brain/right brain gibberish was debunked years ago.

  7. comment
  8. comment
    Comment #39988369

    It performed surprisingly well at categorization tasks where json results where involved compared to gemma:2b and gemma:7b

  9. comment
    Comment #39844087

    TypeSpec is great, but if you're working with Rust and you're about to write a new project that will require an OpenApi spec sooner or later, I'd like to recommend a web framework …

  10. comment
    Comment #39531529

    Every single time I see these scraping discussions I get the same thoughts: Businesses use data from the user. The Business does additional crunching on that data to derive new int…

  11. comment
    Comment #35724036

    The technology would also be killer in real estate markets. Imagine being able to take a video and give potential tenants the ability to see the apartment/house/etc in detail.

  12. comment
    Comment #34625007

    I was about to throw some money down their way, but apparently the steam version does not work on Mac M1/M2. I'm too young/uninitiated/whatever/visually_oriented to play the older …

  13. comment
    Comment #34578740

    It's possible to use an algorithmic approach (i.e. linear regression) to derive the weights for each of these factors.

  14. story
  15. comment
    Comment #32576137

    Perhaps the most important thing about Jellyfin is that it's open source. I really wish the project received a little bit more love.

  16. story
  17. comment
    Comment #28892162

    I wonder how they'd respond to a GDPR request.

  18. comment
    Comment #26852615

    Research like this could lead to IDE's suggesting names for some of our methods. Exciting!

  19. comment
    Comment #26818987

    Anybody looking for a team member?

  20. comment
    Comment #25294096

    Hello deandree, Almost a year ago I've had pretty much an identical idea. Ultimately I got discouraged by the thought that historical data does not correlate with actual stock perf…

  21. comment
    Comment #23587672

    This article reminds me that I don't really know what I want to do in the first place.

  22. comment
    Comment #22066286

    Paywalled. Please provide a mirror.

  23. comment
    Comment #20390983

    Electroboom (Electronics) https://m.youtube.com/user/msadaghd

  24. comment
    Comment #14650860

    my screens are somewhat too bright if i want to do work at night so #!/bin/bash xrandr --output DVI-I-1 --brightness $1 xrandr --output HDMI-0 --brightness $1 xrandr --output DVI-D…