Viewing profile — streptomycin
streptomycin
HN member- Joined
- Fri, Feb 18, 2011, 3:14 PM UTC
- HN karma
- 3,955
- Public activity
- 1,164 items
- HN profile
- View on Hacker News ↗
About streptomycin
No profile information was provided.
Recent public activity
-
comment
Comment #49109723
If you mod a subreddit you can see stats. On the biggest one I mod (35k subscribers) 2.5% of the traffic comes from Old Reddit, compared to 41% from New Reddit and 16% from Mobile …
-
comment
Comment #48980522
I hope they do the same for the file system access API!
-
comment
Comment #48764239
The initial selling point was performance, but then they gradually realized that a lot of the slow cruft in Jest was necessary for correctness, and now it's about the same performa…
-
comment
Comment #48636178
Well there is a permission dialog and you need to select the directory to grant access and common sensitive directories are blacklisted. A malicious ad would probably have an easie…
-
comment
Comment #48631340
So what should I do if I want to make an app with this functionality? Do I have to tell users to download and run some executable? You can imagine a case where that is a bit riskie…
-
comment
Comment #48630694
It's been in Chrome for 6 years and I'm not aware of any problems it's caused.
-
comment
Comment #48630667
That is similar to https://developer.mozilla.org/en-US/docs/Web/API/File_System... except AFAIK that does not allow any way to access it as a normal directory outside the browser.
-
comment
Comment #48630113
This isn't new, the API has been around for several years. Unfortunately Mozilla and Apple say they are never going to implement it because of security concerns https://github.com/…
-
comment
Comment #48378438
The only thing I miss from Gmail is a "send and archive" button to save me a click when replying to emails.
- story
-
comment
Comment #48351799
https://fakewriters.onrender.com/ is a good example too
-
comment
Comment #48316559
That's exactly what they did at my college (non-California state school) 20 years ago. Special program for students from poor high schools who otherwise wouldn't be admitted, where…
-
comment
Comment #48143784
The tests will be made by AI as well, because professors who spend less time on making tests can spend more time on research and get hired/promoted more. For the same reason, profe…
-
comment
Comment #48102674
Yeah I have one semi-popular package and I am still doing local publish with 2fa because all this "trusted publishing" stuff seems really complicated and also seems to get hacked c…
-
comment
Comment #47917385
But in practice, nobody (well, nobody making lots of ad revenue from their website) uses AdSense exclusively. Most don't even use it at all - AdX is better as a header bidding fall…
-
comment
Comment #47481780
In practice there's this one guy who likes to support ancient JS engines, and this one other guy who likes making lots of tiny packages which depend on his other tiny packages. The…
-
comment
Comment #47443748
The distribution of the sum of two dice is actually triangular, not a bell curve https://math.stackexchange.com/a/1204492
-
comment
Comment #47383949
Making a clone of a video game, even with some substantial changes, may not actually be legal https://en.wikipedia.org/wiki/Tetris_Holding,_LLC_v._Xio_Int... .
-
comment
Comment #47155806
The article says the city claims the biggest issue is federal regulations (the ADA) not city regulations. My neighborhood in NJ just got those fancy ADA compliant curb ramps last y…
-
comment
Comment #47116758
Also sad that NYC spends like $40k per student per year and they still have to resort to this.
-
comment
Comment #46774250
instrumental convergence
-
comment
Comment #46368549
Back when I had a job at a big old corporation, a significant part of my value to the company was that I knew how to bypass their shitty MITM thing that broke tons of stuff, includ…
-
comment
Comment #46304682
Any thoughts on arguments like https://randomcriticalanalysis.com/why-conventional-wisdom-o... that basically the US spends a lot on healthcare because the US is very rich?
-
comment
Comment #46207521
Perl CGI scripts were ubiquitously supported by shared hosts, but IIRC mod_perl was not unless you had some custom setup on a dedicated server. Also IIRC, mod_perl was just a lot m…
-
comment
Comment #46207462
mod_perl was a lot more complicated, so in practice "normal people" (such as 14 year old me) didn't use it because it would have required a dedicated server and some sophisticated …