Viewing profile — tummybug
tummybug
HN member- Joined
- Thu, Apr 19, 2012, 9:14 PM UTC
- HN karma
- 61
- Public activity
- 51 items
- HN profile
- View on Hacker News ↗
About tummybug
Recent public activity
-
comment
Comment #30829426
I have a portforward on my home router and simply ssh in to my always on desktop. This is also useful for not having to keep sensitive documents on a device I may lose while out an…
-
comment
Comment #30195149
This is most evident in any post that mentions cryptocurrency or anything in anyway related.
-
comment
Comment #28894933
I'm Irish, there still exists a lot of pride for potatoes here. I have a small allotment here as part of a communal garden and each spring there is probably more excitement about t…
-
comment
Comment #28621969
I find myself asking this question, what causes more net harm, the social impact of people abusing cocaine and associated problems or the damage caused by cocaine being high lucrat…
-
comment
Comment #28390693
This is actually considered best practice now for content for public consumption. If you can lower the average reading age for understanding the content you increase the amount of …
-
comment
Comment #28071282
Funny in Ireland I find tech salaries quite generous with 80k+ easily achievable for someone with 5+ years experience and 6 figures being the norm for a senior worth his salt.
-
comment
Comment #27903826
I would argue its second most popular feature is purchases on dark net markets. This has been a constant theme since bitcoin was first released and I think is always discounted whe…
-
comment
Comment #27591402
The complete list of codes can be found in the github repo containing the schema for the qrcode data https://github.com/ehn-dcc-development/ehn-dcc-schema/tree/r...
-
comment
Comment #27258376
That is a really hard to achieve definition of useful.
-
comment
Comment #26496986
Fairly typical old man Dublin accent, I had a good chuckle listening to his stories.
-
comment
Comment #23391256
Run the application locally in a terminal and just use pdb normally. To do it to an application running in a container is slightly more involved but still possible.
-
comment
Comment #23255883
Off topic but why would a corporate company use a website for their blog which puts articles behind a paywall? It seems completely at odds with the purpose of a corporate blog.
-
comment
Comment #22726049
Probably not the answer you want to hear but the best office chair is no chair. I only have a standing desk at home and my back/legs are so much better after 3 weeks of WFH than th…
-
comment
Comment #22490854
I've done this, although in my cold climate it took months to throw out a root. Give it time.
-
comment
Comment #21306662
I'm not sure about django but flasks Application object has a before_first_request method which takes a function designed to do this type of initialization operations.
-
comment
Comment #20709723
Genuine question, if usernames are unique what is the problem with using them as the primary key of the table instead of an arbitrary value from a sequence, you also get the bonus …
-
comment
Comment #20353115
I know the most people on here have a terrible opinion of bitcoin and cryptocurrency in general but I think a lot of the criticism based on energy usage and transactions per second…
-
comment
Comment #18485741
This doesn't look to take commands after a pipe into account so IMHO doesn't accurately reflect command usage. For example running above I was surprised awk wasn't in the list but …
-
comment
Comment #18248407
Sounds good in theory but would be interesting to know how prevalent cloud cover is in the city.
-
comment
Comment #18128765
I have also asked this, I can't understand why my managers always think its a joke idea.
-
comment
Comment #17657161
This may not work but could be worth a shot and lots of fun. Buy a RC airplane and learn to fly it, nothing crazy but not something to cheap either ($200 from a Chinese site). This…
-
comment
Comment #14205980
It does say the bot tries to secure the device and then resorts to bricking it if it can't. Not condoning the janitors actions but at least bricking isn't his first action.
-
comment
Comment #14110017
I can't agree with you. The sheer fact that I know well what the reddit error page is refutes this. In fact it's one of the few sites I frequent that I know even have an error page…
-
comment
Comment #14110005
Sure in a perfect scenario with a well behaving load test client. In production you often encounter scenarios which place unexpected load on your servers.
-
comment
Comment #14109986
I agree, but if you do fail it means you are doing something right. In most cases I think YAGNI suffices for how much engineering to do.