Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mh2266
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
14 ms
·
1.
▲
by
mh2266
1mo ago
Why? What situations do you need a doctor to use a synchronous, interrupting, unscheduled communication medium for, where the situation is not serious enough for you to already be in the hospital? My doctors can communicate asynchronously t
2.
▲
by
mh2266
1mo ago
In the US, the local politicians are often the ones doing the spamming at this point. They've even specifically exempted themselves from the do not call laws, it's absurd. They can also legally bypass "no soliciting" s
3.
▲
by
mh2266
1mo ago
Bust Out Another Thousand
4.
▲
by
mh2266
2mo ago
June 10 2015 https://www.theguardian.com/technology/2015/jun/10/reddit-ba... > The move frustrated some commenters on the initial post. “Why is /r/fatpeoplehate banned, but /r/coon
5.
▲
by
mh2266
2mo ago
iirc they removed “fat people hate”, a variety of subreddits named after racial slurs (including literally /r/<n-word>s) and a subreddit for “well it’s not technically porn” of children new Reddit remains awful both design
6.
▲
by
mh2266
3mo ago
> suggesting that the people who run FAANG don't understand the dangers of bad metrics is... interesting. from my time in FAANG... that seems about correct. Probably the people at the absolute top don't want to just pointlessly
7.
▲
by
mh2266
3mo ago
I fed it into Pangram and it came back as "70% AI generated". I do feel it's better than some of the pure slop out there, but it still feels pretty sloppy. And I know that this author can write, so if this really was partia
8.
▲
by
mh2266
3mo ago
I'd much rather be an "engineer" than a "Googler" (I don't work at Google) or any other corporate cutesy name. No thanks...
9.
▲
by
mh2266
3mo ago
Does this "first tenant" rule not incentivize people to apply immediately, sight unseen, and then they just eat the credit check fee on the apartments that they end up not choosing? Or maybe they can even bail before the credit ch
10.
▲
by
mh2266
3mo ago
I have two extra hours per day to exercise, and… I can do it in the middle of the day when the gym and bike paths are mostly empty. ¯\(ツ)/¯ works for me!
11.
▲
by
mh2266
4mo ago
the article is strongly triggering my LLM writing detector, which makes me question if any of it is accurate or genuine
12.
▲
by
mh2266
5mo ago
not to be excessively flippant or dismissive, but: just stop? if open-source is a hobby rather than a paid job (e.g. you do not work on the React team at Meta or other equivalent), and you are not enjoying it, then why are you doing it? cho
13.
▲
by
mh2266
5mo ago
you can easily pull up contemporary indie bands with 5000 listeners on spotify, you can also easily pull up non-modern music too. if you want something definitely non-corporate, they have Lou Reed's Metal Machine Music .
14.
▲
by
mh2266
5mo ago
yeah I never use their recommendation playlists, other than the automatic ongoing playlist once an album ends. that generally plays one song by the same artist and then some similar artists which are all real people (annoyingly it tends to
15.
▲
by
mh2266
5mo ago
I am Sarah, and it has been incredibly profitable for me: good ratings, promotions up to director-level IC, extra retention RSU grants. If you have golden handcuffs and multiple promotions out of being Sarah, what is it costing you?
16.
▲
by
mh2266
5mo ago
how are people getting this AI music on Spotify? where are you finding it? for example the home recommendations for me today are The Beths, Big Thief, Geese, and Sleater-Kinney. and it is all albums I have already have listened to, but fine
17.
▲
by
mh2266
5mo ago
a bit nitty, but "never get punctures" is just an attribute of the tires, not the bike. if you stick Gatorskins on a Tarmac SL8, you'll also never get punctures. but that's like putting tractor tires on a sports car, and
18.
▲
by
mh2266
5mo ago
maybe I'm missing something, but just put a smaller chainring on? or do you need something like MTB cassette amount of range? given the tiny wheels, a chainring that would be "normal" on a 700c 1x gravel bike should be very e
19.
▲
by
mh2266
5mo ago
NYC subway allows bikes 24/7, only MNR and LIRR have time restrictions
20.
▲
by
mh2266
5mo ago
The money comes from the past few years of the stock going from 180 to 500-700, not from the severance. E5s making $900k, $E6s making 1.5m… quite common.
21.
▲
by
mh2266
5mo ago
I think you're more upset about this than the typical Meta employee. Judging by... vibes, the main reason they aren't taking volunteers for these layoffs is that they might get more than 10% champing at the bit to take the severan
22.
▲
by
mh2266
5mo ago
what makes electronic music created in a DAW not “real”?
23.
▲
by
mh2266
5mo ago
> this was formely the fanbase of the dark enlightenment movement. an avantgarde techno-capitalist alt-right underground culture. https://giphy.com/gifs/no-ji6zzUZwNIuLS > Edit: New York had pretty much the same
24.
▲
by
mh2266
5mo ago
> It sounded like both of them are injecting themselves from stuff they're buying on the Internet. lol, wtf. I mean, I am a moderately serious cyclist, I guess (~250 miles/week) and also climb, hike, other outdoors sports etc.
25.
▲
by
mh2266
5mo ago
WTF is any of this, is there some ELI5/OOTL explanation? I work in big tech and have never heard anyone talk about "peptides". Is this a startup scene thing or just an SF thing? (I live in New York) all of my coworkers are pr
26.
▲
by
mh2266
5mo ago
you're upgrading the repository from language version 1 to 2, version 2 adds new compiler errors that rejects some old code, or the library has removed some old deprecated API the repository was still using in some places—the key here
27.
▲
by
mh2266
5mo ago
in Phabricator you either abandon the original diffs entirely, or you amend them. you don't just stack more commits with meaningless messages like "WIP", "lint fix", etc. on top. > The time of other devs is quite
28.
▲
by
mh2266
5mo ago
this works much better in Phabricator because commits to diffs are a 1:1 relationship, diffs are updated by amending the commit, etc., the Github implementation does seem a bit like gluing on an additional feature.
29.
▲
by
mh2266
5mo ago
you just rebase it? what's the big deal? I don't use Github but I do work at one of the companies that popularized this workflows and it is extremely not a big deal. Pull, rebase, resolve conflicts if necessary, resubmit.
30.
▲
by
mh2266
6mo ago
> Vibration: This is standard, it's a shame Safari doesn't implement it. I would rather prefer web pages do not gain the ability to make my phone vibrate.
More ›