Live data from Hacker News

Viewing profile — tomjen3

tomjen3

HN member
Joined
Sun, Apr 11, 2010, 4:57 PM UTC
HN karma
9,870
Public activity
9,965 items

About tomjen3

Software Dev (yeah, that is a first on this site)

Chat with me at tomjen@tomjen.net

Recent public activity

  1. comment
    Comment #49220457

    Florence Nightingale had a permanent subsidy from her very wealthy father. (Essentially IBI). She chose to do something with her life. But there were thousands of times the number …

  2. comment
    Comment #49220302

    Thank you. That was emotional, which is funny because it was a decade before I was.

  3. comment
    Comment #49184036

    This model is European. There are quite a lot of instances where under GDPR, you have the right to have incorrect information about you corrected. I also think you have the right t…

  4. comment
    Comment #49183969

    There's a world of a difference between being required to censor something by an entity outside of you and being able to censor something of your own and it's not just theoretical.…

  5. comment
    Comment #49173497

    Where is the fbi in this? Why has no one been arrested? This is a massive crime.

  6. comment
    Comment #49159327

    As someone else who is an IT consultant. You need to run away from any client who thinks your primary purpose is to write code. You must run away from the business if YOU think you…

  7. comment
    Comment #49141987

    Do grocery stores sell them? If so, people buy them. Do they add more choices over time? If so, they sell well.

  8. comment
    Comment #49124248

    There are probably quite a few others who consider that a bonus. I'm not going to support illegal actions, but it's also not one of the things I would really lose sleep over if I f…

  9. comment
    Comment #49124205

    Probably because doing so would mean a lot fewer product categories. It's a trade-off, to be sure. But if you need that odd thing — a screw of a certain type, a power supply that's…

  10. comment
    Comment #49008413

    I think that is probably too conspiratorial, if only for the reason that Europe is not gonna go along with it. I work in tech in Europe and we have a fair number of customers who a…

  11. comment
    Comment #49008339

    We have come to a consensus. That is, A, you use the raw input right up till the very last second that you can and B you use the technology specific escaping APIs. In the case of w…

  12. comment
    Comment #49008190

    I am curious what is your write pattern? How long do you keep the transactions open for? There are definitely cases where a single lock does not fit. Even though you can only write…

  13. comment
    Comment #49001998

    Lifting mens rea on that is going to be... interesting.

  14. comment
    Comment #48955177

    Use WAL (yes this should be the default, or at least explained much better) and you can have one writer, many readers. Don't move to the network unless you have to - every single r…

  15. comment
    Comment #48514622

    I am biased but I think if they really believed what they were saying, they would be a lot more humble about it. I suspect what happened is the classic problem: you were sincere, t…

  16. comment
    Comment #48345706

    Go does not give you control. Much of the speed comes from choosing the right algorithms - including memory management. In Go you have GC, you don't have that in Zig. Linked lists …

  17. comment
    Comment #48345555

    Control. Its a replacement for C that is a lot nicer to work with. So basically if you either need your Python code to interact with a native library or need more control in a spec…

  18. comment
    Comment #48345506

    You can discard a variable like so: _ = variable_to_discard I am sorta unsure why Zig doesn't have multiline comments, but its also not at version 1 yet, so that will likely come, …

  19. comment
    Comment #48162584

    That is interesting. And it's an AI critique I haven't heard before. Would you consider it possible that the way non-intentionally placed items break the game immersion for you is …

  20. comment
    Comment #48160297

    I believe the world would be better of without alcohol for consumption, yes. The only real benefits are not being the one outside the group, and the downsides include liver damage,…

  21. comment
    Comment #48157067

    Project Gutenberg is awesome and amazing. I was visting the ruins of a monestary the other day, and one of the texts listed that it had a library of 320ish books. I chucked because…

  22. comment
    Comment #48156986

    Its meaningless to decriminalize using it, since it does not give big benefit of replacing narco terrorists producers with pure, controlled stuff from legal pharma companies. The w…

  23. comment
    Comment #48156689

    How many died because they were cut of from the supply that they had been told by doctors did not cause addiction?

  24. comment
    Comment #48145386

    It certainly involved a lot of skill and expense, but how many more lives could be saved if the same money had been spent on improved traffic safety or NHS in general?

  25. comment
    Comment #48112610

    Okay, fair. I am using the API to scrape it.