Live data from Hacker News

Viewing profile — scriptdevil

scriptdevil

HN member
Joined
Wed, Apr 02, 2014, 1:53 PM UTC
HN karma
212
Public activity
81 items

About scriptdevil

No profile information was provided.

Recent public activity

  1. comment
    Comment #41787322

    Right handed with right-foot-forward as well.

  2. comment
  3. comment
    Comment #39915057

    I had been using chatgpt for something similar in the past. I like the fact that you are integrating a timer and music into it. How do you set yourself apart beyond that? Chatgpt, …

  4. comment
    Comment #38597931

    Why not just use localstorage rather than using the URL as a hack?

  5. comment
    Comment #29806074

    You can easily set up sync using SyncThing or Dropbox or any other tool that syncs directories between devices. I did pay $25 because I enjoy using Obsidian - but I don't think the…

  6. comment
    Comment #29590606

    You don't need to - you can also share your unique UPI ID which is text like username@bankcode

  7. comment
    Comment #29525939

    TBF,files should be fine if we use something like the openbsd unveil mechanic

  8. comment
    Comment #29039445

    I recently used seahash in rust for a similar job. This seems to fall in the same niche.

  9. story
  10. comment
    Comment #24385956

    I don't know why everyone always says someone or the other united all of India - they always ignore Kerala and Tamil Nadu (and often parts of Andhra Pradesh) which were neither a p…

  11. comment
    Comment #23496424

    Artificial General Intelligence.

  12. story
  13. comment
    Comment #22177281

    I haven't used this. But i see the utility. Wouldn't having an admin UI to map ids to periodicity be better than using a hard coded subdomain? That way one can prevent bad actors f…

  14. comment
    Comment #21533501

    Given the standard quality of innovation in patents granted, this is better than average. Check out this patent for instance article about a patent amazon filed for a photo-studio …

  15. comment
    Comment #21418755

    Their c++ stdlib docs used to be best in class around 2008... Maybe even later

  16. comment
    Comment #21394758

    The way India handles that is by having a progressive income tax that is collected at the federal level and sales taxes at both the federal and local level (CGST and SGST). Apart f…

  17. comment
    Comment #21387727

    I used clusterssh in the past and it is really good at sending commands to multiple machines. However for any real work, I would strongly recommend keeping the typing to a bare min…

  18. comment
    Comment #21312406

    Wouldn't the difference there be that the person consuming meat is voluntarily consuming it while even people sticking to older tech phones are exposed to the newer radiation? I am…

  19. comment
    Comment #21134666

    There is definitely room for a scheme compiler. But the scheme ecosystem felt extremely fractured the last time I took a look. Chicken had a decent but aging repo. Chez had a great…

  20. comment
    Comment #20672173

    $ source some/directory/bin/activate And you don't need to keep typing out the full directory name. When done with the environment $ deactivate

  21. comment
    Comment #20457892

    This is really cool. I didn't realize --preview could take something as complex as this.

  22. comment
    Comment #19376420

    Long answer since I have been thinking about this since my school days. Somewhere in the mid 90s, there was a boom in the IT sector in India - jobs in IT paid 2-3x more than other …

  23. story
  24. comment
    Comment #19034051

    https://www.reddit.com/r/rust/comments/9oe4yp/alpine_linux_i... They only have rust packages for X86_64

  25. comment
    Comment #18669892

    Employee, Person and list are types Worker and Manager are constructors Employee is a Sum Type i.e. it can either take a value of (Worker personObject) or (Manager [empObj1, empObj…