Viewing profile — jimws
jimws
HN member- Joined
- Mon, Sep 30, 2019, 3:20 AM UTC
- HN karma
- 42
- Public activity
- 51 items
- HN profile
- View on Hacker News ↗
About jimws
No profile information was provided.
Recent public activity
-
comment
Comment #22349312
This tutorial uses Pascal as the implementation language. Is there a similar tutorial done in a language that is mainstream today? Like Python? Go? Rust?
-
comment
Comment #22349179
I am one of those who moved from Perl to Python. As a Perl coder I loved writing clever hacks. After a few months of Python I began appreciating simplicity and elegance in code.
-
comment
Comment #22349139
Take a look at https://github.com/susam/texme . It does not introduce a new Markdown flavor. Just the regular Markdown + support for Latex.
-
comment
Comment #22349136
> But there is a point where using a simple and elegant tool stops being simple and elegant - it can only be tortured so far outside its intended use-case before it stops being use…
-
comment
Comment #21849877
When a website disappears completely, there is no web server to respond with HTTP 300.
-
comment
Comment #21826517
Problems like this can be easily caught by linters like eslint or standardjs.
- comment
-
comment
Comment #21789485
These open source groups could surely use a chatbot to log the chats to some place for archival and make the archive searchable, can't they? By the way, I find IRC/Slack good for r…
-
comment
Comment #21788973
Open space offices is another similar fad that I cannot stand. Who wants to be at the constant risk of being interrupted and be distracted by side-channel chatter! The situation ha…
- comment
- comment
-
story
Ask HN: Is there any programming language with a Physics-like dimensional types?
I am curious if there is a programming language with a type system that would cater to types in Physics? For example, I could say: deftype distancd from double; deftype time from d…
-
comment
Comment #21788125
This is something that bothers me a lot. I have traveled to the UK a lot and oh, what a fine nation! I love being in the UK. Good weather, amazing people, great food and drinks! Th…
-
comment
Comment #21787891
> Most people don't have side projects. Do you have any citation to back this up? My anecdata indicates otherwise. Most people I meet in IT do have side projects. They may not be p…
-
comment
Comment #21787841
I think you can use ".intel_syntax noprefix" with GNU as to assemble Intel assembly.
-
comment
Comment #21781992
What are the advantages of pipenv compared to plain pip and python3 -m venv/virtualenv? The latter works fine for me. What are good reasons to switch to pipenv?
- story
-
comment
Comment #21761343
There was a recent thread[1] that shows how to setup Lisp development environment in Vim.[2] If you know Vim already, then check it out. [1] https://news.ycombinator.com/item?id=21…
-
comment
Comment #21751342
Yes, the project is disingenuous. It claims there is a bug but really it is just functioning as designed.
-
comment
Comment #21751261
Just provide the commands again as text. I don't have to wait for the entire asciinema to replay. I can ctrl+f what I need and copy-paste.
-
comment
Comment #21751252
Thank you for making this point. Plain text is really underappreciated. When I visit a project README, I don't want to wait for the entire replay. I just to skip to the part of the…
-
comment
Comment #21720560
This did sound like a disclosure to me as well. A disclaimer would be something like, "Use it. Your mileaage may vary. I am not responsible for any troubles you encounter whilen us…
-
comment
Comment #21720424
This is an awesome project with awesome write up. I miss the days of pixelated console games. The constrained environment led to so much creativity. Are there any new games like th…
-
story
Ask HN: What hobby projects do you work on after your 8-hour workday?
I have recently begun to feel that my day job does not give me the satisfaction I once used to get. More and more stuff is moving to AWS. More and more stuff gets automated. Instea…
-
comment
Comment #21638293
Lisp had this kind of interactive programming support for a long time using SLIME and Emacs. Why isn't this a more common feature in the more recent languages?