Viewing profile — LostJourneyman
LostJourneyman
HN member- Joined
- Tue, Oct 23, 2018, 1:37 PM UTC
- HN karma
- 63
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About LostJourneyman
No profile information was provided.
Recent public activity
-
comment
Comment #44864246
Even a dog that doesn't bark makes a lot of noise, and that's just part of living in an apartment. In my last place, my upstairs neighbor had 2 dogs and whenever they wagged their …
-
comment
Comment #44757878
One of the stated goals is to have long-term support and maintainability. Adding in a dependency like an IDE is already a large step away from that goal, and to include a dependenc…
-
comment
Comment #29981241
Telephone-based sampling is hardly random sampling, given that most people don't answer calls they don't recognize the caller ID for. Those who do might be pre-disposed to certain …
-
comment
Comment #29638147
This is a call from Memphis TN with a badly formatted ANI. The format that you would recognize would be +19011700119 or (901) 170-0119. 111 or 011 are country code prefixes in the …
-
comment
Comment #29638058
STIR/SHAKEN has barely started to be rolled out, and most major carriers don't fully support both protocols. Realistically the reason you've not seen a difference is that... well t…
-
comment
Comment #27949001
That's a counter example in the same way that someone responding to "Stop depicting all humans as spread eagle with their hands over their head, they don't naturally stand like tha…
-
comment
Comment #27557952
I'm afraid you have a fundamental misunderstanding of what the "burden of proof" means in this context. Let's clarify a few things: 1) there is adequate and persuasive evidence tha…
-
comment
Comment #27557341
I'll assume your line of reasoning is in good faith and answer it as such. To OP's point, leading research actually has answers to the questions you're asking and backs up your fri…
-
comment
Comment #26165845
There's an entire dialect of English that has evolved just to handle expressiveness in text formats. There's a standard and reproducible grammar, and most people (who do or have sp…
-
comment
Comment #26055904
It's somewhat apparent just reading through the python that you are self-taught. Some of the idioms used, especially around file handling, are outdated. For example: you should ope…
-
comment
Comment #26055750
So, a more complete example might help: def myFunc(par=None): if par: # do whatever is needed when the parameter exists pass #finish processing This allows you to pass in [], {}, N…
-
comment
Comment #26043259
Quick note, the more pythonic way of checking par in this case would be just to: if par: do_stuff() Python does some really cool, if slightly unintuitive, checks for "truthiness" w…
-
comment
Comment #24410380
There's some subtle irony in that the linked site is not in fact a WayBackMachine link, but instead a direct link to the site.
-
comment
Comment #21642262
That's not necessarily true, especially in consulting firms. I am drug tested somewhat regularly.
-
comment
Comment #20384176
You have NO IDEA how tempted I've been to add that! I've literally had printed this out and pinned to the wall of my cubicle for years!
-
comment
Comment #20364699
It depends build to build. The standard approach is one of 4: 1) The bot initiates the conversation and your initial message gets sent directly to an agent. This is the older model…
-
comment
Comment #19919406
I think OP means that you have to make sure you don't forget to/neglect to renew it and make sure you don't accidentally lose the domain for any reason.
-
comment
Comment #19901751
Free speech means that you won't be prosecuted/persecuted by the government, not that you're free from social or societal ramifications. Hate speech is one of the exclusions (see C…
-
comment
Comment #19838503
In medicine, at least in my experience, the terms are used fairly interchangeably.
-
comment
Comment #19811485
GDPR is not enforceable in the US, so this is applicable only to the EU. In the US AFIAK Google can collect anything that you consent to.
-
comment
Comment #19801605
Disclaimer: I'm a telephony engineer, and while I understand and will below present the motivations and logic of enterprise-level companies, I don't always agree with it. On the en…