Viewing profile — zexodus
zexodus
HN member- Joined
- Tue, Mar 14, 2017, 2:02 PM UTC
- HN karma
- 59
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About zexodus
No profile information was provided.
Recent public activity
- comment
-
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?
-
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.
-
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…
-
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…
-
comment
Comment #40854859
I thought the left brain/right brain gibberish was debunked years ago.
- comment
-
comment
Comment #39988369
It performed surprisingly well at categorization tasks where json results where involved compared to gemma:2b and gemma:7b
-
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 …
-
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…
-
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.
-
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 …
-
comment
Comment #34578740
It's possible to use an algorithmic approach (i.e. linear regression) to derive the weights for each of these factors.
- story
-
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.
- story
-
comment
Comment #28892162
I wonder how they'd respond to a GDPR request.
-
comment
Comment #26852615
Research like this could lead to IDE's suggesting names for some of our methods. Exciting!
-
comment
Comment #26818987
Anybody looking for a team member?
-
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…
-
comment
Comment #23587672
This article reminds me that I don't really know what I want to do in the first place.
-
comment
Comment #22066286
Paywalled. Please provide a mirror.
-
comment
Comment #20390983
Electroboom (Electronics) https://m.youtube.com/user/msadaghd
-
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…