Viewing profile — superjared
superjared
HN member- Joined
- Tue, Nov 20, 2007, 10:49 PM UTC
- HN karma
- 980
- Public activity
- 168 items
- HN profile
- View on Hacker News ↗
About superjared
No profile information was provided.
Recent public activity
-
comment
Comment #48740715
Why require an app? This could be perfectly usable as a website, no?
-
comment
Comment #47743301
Just adding to the pile to say that the subscription kills it for me.
-
comment
Comment #47440684
> we actually shipped a server-side ad blocker, for a parter who had so completely lost control of their own platform that it was the only way to make the ads stop this is batshit …
-
comment
Comment #45323557
https://www.gog.com/en/game/simcity_2000_special_edition
-
comment
Comment #43201922
What a blessing to see your comment today. It's been a while. I hope this works in your favor, whatever that means.
-
comment
Comment #42483290
The bstring library[0] has been around a _long_ time. [0]: https://bstring.sourceforge.net/
-
comment
Comment #39448460
It is indeed a server, one that supported IPFIX: https://en.wikipedia.org/wiki/IP_Flow_Information_Export
-
comment
Comment #39447794
I drank the Erlang Kool-Aid around the same time this was published. In 2013 I worked for a company that had a few Erlang services (as well as some JVM services, a mix of Scala and…
-
comment
Comment #39387413
> 100% they would pay a lot of money to be able to hang out with Joe Rogan, or some only fans person, and those pornstars or podcasts hosts will never disagree with them, never get…
-
comment
Comment #39108321
Thanks. That doesn't work for me (for some reason _nothing_ is reported even though I know there's dead code) but it at least gives me a lead.
-
comment
Comment #39108213
I inherited a go project that has two different commands under `cmd`, and it seems when I run this against one of those `main`s, it incorrectly detects what it thinks as dead code …
-
comment
Comment #37862795
> Again, this is exactly the same as any cable provider has always worked. Arguably we don't _want_ the same as any cable provider has always worked.
-
comment
Comment #37860788
YouTube TV injects ads on certain content. I know it's there for on-demand TV shows, and some live sports. It's literally overlaid on top of the channel's ads in the live example. …
-
comment
Comment #37785662
Reminds me of Slashdot > The name "Slashdot" came from a somewhat "obnoxious parody of a URL" – when Malda registered the domain, he desired to make a name that was "silly and unpr…
-
comment
Comment #36915043
> Personally I can see no good will come from bringing free threading to the masses I’ve often thought that proper threading should be learned by the masses, not to be scared of it…
-
comment
Comment #34581542
I'm not sure how far the author has gone, but they should check out Gorilla compression[1] (just the compression part, not the whole database). It works well for time-series data, …
-
comment
Comment #27156861
There's a TL;DR at the top
- story
-
comment
Comment #5403468
Text since the site seems to be having issues: Bye bye PDPC Sadly, we were forced to dissolve PDPC, freenode’s parent organisation. When the organisation transferred across from th…
-
comment
Comment #4366353
Who cares if it's old? The information is still as relevant as it is interesting.
-
comment
Comment #4102341
You didn't think calling a photoshopped picture of Freddie Mercury "hungry gay with aids" that bad ?
-
comment
Comment #3077543
It's been nearly 10 years since I've used KDE full-time. With the lack of support for Gnome 2 and the clusterfuck that is Gnome 3, I'm tempted to give it another shot.
-
comment
Comment #3076510
I think the point is that libdispatch requires kqueue, so you can't use it on Linux.
-
comment
Comment #3072299
When I did multi-threaded Ruby stuff (shudders) I wrote a simple lock block using either an object or a symbol as the lock identifier. The resulting code looked like: lock(some_obj…
-
comment
Comment #3055523
The thing about analytics is that it's BIG data. A single user event can cascade into multiple datapoints that you either have to keep normalized (like in the SQL example) or denor…