Viewing profile — Sir_Substance
Sir_Substance
HN member- Joined
- Mon, Dec 08, 2014, 3:32 AM UTC
- HN karma
- 2,635
- Public activity
- 1,031 items
- HN profile
- View on Hacker News ↗
About Sir_Substance
No profile information was provided.
Recent public activity
-
comment
Comment #24272275
Hrm, based on this: https://docs.docker.com/docker-hub/orgs/#add-a-member-to-a-t... I see that Docker doesn't actually offer an AWS-style enterprise account that one can use to han…
-
comment
Comment #24251751
If it's ok for us to deal with violent people by: a) gunning them down in the streets b) beating the shit out of them c) injecting them with hilarious overdoses of drugs and crossi…
-
comment
Comment #24155505
>I also don't think that appeals to "is that legal" are all that satisfying I've always used the rule of thumb that if the best thing someone can say about their behavior or decisi…
-
comment
Comment #24119725
Yep. The late 90's and early 2000's was littered with people trying to make "light" copies of MS Word. The problem is that journalists need the wordcount feature, and teachers need…
-
comment
Comment #24119650
Local councils can create some value by allowing people to pay council taxes, fees and fines with the issued currency. Enough to peg it 1:1 with the USD? I'll be honest, I don't kn…
-
comment
Comment #24067483
When I first set up my requirements.txt's, I usually set up a venv, install the things that I need and then run "pip freeze" to get a list of all deps including transitive deps, an…
-
comment
Comment #24048323
Leaving aside my visceral reaction to attaching mandatory trackers to people: >The “BioButton” is wearable technology that monitors your vitals, including temperature and heart-rat…
-
comment
Comment #23824515
I've always been a fan of the sqlite licence: https://sqlite.org/copyright.html Basically sqlite is public domain if your country recognizes that kind of thing. If it doesn't, then…
-
comment
Comment #23791015
I also prefer appimages as the "least worst" of the three. However, a quick note: As someone who unofficially maintains a linux port of my companies software, I have considered pac…
-
comment
Comment #23768995
I use ublock origin to selectively block the consent boxes. I've never yet seen a website which says "our backend has noticed you have not yet consented, you may not continue".
-
comment
Comment #23711537
I gave quite a few statically-compilable language a try a few years back before settling on nim as my "fat binary" language of choice. D was a contender, but ultimately the reason …
-
comment
Comment #23711470
I don't know how you can misunderstand your core demographic this badly mate. If you think the next time I hit the shitter I'm not going to be looking for a new browser, you're dea…
-
comment
Comment #23644199
The tools that were developed in the interim were designed not to scale.
-
comment
Comment #23591441
I've not yet found that to be the case, although I fear that one day it will. I generally find that all you need to do is tell people their solution is not acceptable. All the bank…
-
comment
Comment #23580329
>It's that I, a user, cannot choose to sideload an app That's only half the equation. I run android, but have no google account. I have always used a combination of aptoide, f-droi…
-
comment
Comment #23491854
>PayPal cookies stored on the buyer's computer That's probably why. I use addons that autodelete cookies as soon as I leave webpages because no one has the luxury of pretending the…
-
comment
Comment #23486719
That option is enabled or disabled by the user. Pine has (still) not enabled it: https://i.imgur.com/Y1OhCkX.png In case anyone from pine is watching, here's the doc on how to do i…
-
comment
Comment #23479995
I've been waiting for this to come out. Unfortunately, I tried to buy the pinetime late last year and discovered they only sell through paypal and you need an account to make the p…
-
comment
Comment #23443164
Now the server has to store the password in plain text so it can rehash with the new nonce every time.
-
comment
Comment #23434680
>and it does further protect the users password from being harvested from passive MITM'd SSL like it is on some corporate networks. It might protect the password if the user is reu…
-
comment
Comment #23409667
That's the opposite of a smart appliance to be honest. You can use minimodem[1] to scream a file across the room from one computers speakers to another computers modem. It's a cute…
-
comment
Comment #23357870
I have been habitually sending "I have finished using your service, could you please delete my account" emails since around 2008 or so. Prior to GDPR, 9 replies in 10 would be poli…
-
comment
Comment #23337993
It was partly that, but they also dropped the ball on their core demographic. Things like pushing mandatory updates via "experiments", shoving pocket in everyone's faces, killing X…
-
comment
Comment #23317530
>It's just utter self serving hypocrisy. I would say your post is reality-denial. His experience was shit, total shit. Knowing his experience, I would avoid the site he chose like …
-
comment
Comment #23302530
That also depended on the project. With the right ports forwarded on your home router, servers can pop up and down as required. Mercurial had a single command for this, "hg serve",…