HN user

spinningarrow

1,165 karma
Posts60
Comments208
View on HN
daniel.haxx.se 1y ago

"I will slaughter you" (2021)

spinningarrow
1pts0
onetimesecret.com 4y ago

One Time Secret – keep sensitive info out of your email and chat logs

spinningarrow
3pts0
www.apple.com 5y ago

Every Apple product to be carbon neutral by 2030

spinningarrow
2pts0
www.bbc.com 5y ago

India is now only 'partly free' under Modi

spinningarrow
2pts0
www.bbc.com 5y ago

WhatsApp extends 'confusing' update deadline

spinningarrow
1pts0
indianexpress.com 5y ago

How private is WhatsApp, what can FB see and should you look at alternatives

spinningarrow
1pts0
2ality.com 5y ago

Minimal React

spinningarrow
1pts0
support.google.com 6y ago

Google Chrome: Control your music, videos and more

spinningarrow
1pts0
applehelpwriter.com 6y ago

Homebrew invites users to get pwned

spinningarrow
1pts0
kilianmuster.com 7y ago

Firefox on macOS – The Good, the Bad and the Ugly (2017)

spinningarrow
2pts0
codeascraft.com 7y ago

Turbocharging Solr Index Replication with BitTorrent (2012)

spinningarrow
2pts0
www.thoughtworks.com 7y ago

Test Driven Development is the best thing that has happened to software design

spinningarrow
1pts0
jacquesmattheij.com 7y ago

Presentation

spinningarrow
2pts0
www.youtube.com 7y ago

Every Clojure Talk Ever [video]

spinningarrow
5pts0
increasinglyfunctional.com 7y ago

Publishing an iOS App with ClojureScript and React Native

spinningarrow
76pts30
lispcast.com 8y ago

Clojure and Types

spinningarrow
3pts0
github.com 8y ago

Nexus.js – The next-gen JavaScript platform

spinningarrow
3pts0
nixos.org 8y ago

Nix Pills

spinningarrow
1pts0
www.lispcast.com 8y ago

Can I do FP in my language?

spinningarrow
22pts53
github.com 9y ago

Show HN: Minimal Git pairing script written in bash

spinningarrow
1pts0
github.com 9y ago

Fish 2.6.0 released

spinningarrow
2pts0
dev.otto.de 9y ago

With Clojure we get a whole lot of stuff done. Seriously

spinningarrow
1pts0
medium.com 9y ago

12 Fractured Apps

spinningarrow
3pts0
policies.yahoo.com 9y ago

Yahoo Terms of Service Update

spinningarrow
1pts0
shaffner.us 9y ago

Out of the Tar Pit (2006) [pdf]

spinningarrow
1pts0
zeit.co 9y ago

Pkg – package your Node.js project into an executable

spinningarrow
3pts0
markapp.io 9y ago

MarkApp – Building apps by authoring HTML

spinningarrow
3pts0
clojuregazette.com 9y ago

How Small Abstractions Help Beginners

spinningarrow
1pts0
gosu-lang.github.io 9y ago

Gosu Lang

spinningarrow
2pts0
us4.campaign-archive2.com 10y ago

The Biggest Waste in Our Industry

spinningarrow
2pts0

The former have been table stakes for interpreted languages

I used to think so too back in the day when I was getting into Clojure. It was much later when I realized that when Lisp people talk about the REPL they’re usually talking not so much about the interactive CLI where you can evaluate commands easily but more so the ability to connect your program to a live session where you can quickly evaluate forms within your text editor and in the context of your running application, which enables much more interactive development than in other interpreted languages.

Vivaldi 8.0 2 months ago

I’ll try to take your comment in good faith. And of course - that’s the trouble with issues like these isn’t it? I did find some reports online of the same but when there’s no consistent way of making it happen, there’s no simple solution either.

I ran it with no extensions and out of the other chromium-based browsers I’ve tried it’s the only one where I’ve had crash issues.

Vivaldi 8.0 2 months ago

I actively used Vivaldi for several months until recently - on my Mac it would intermittently crash for no reason I could find. I’ve since switched to ungoogled-chromium - it’s only a couple of weeks so it’s early days but so far it’s been very stable.

Personally, I’ve spent a lot of time on both film and digital and currently I’m a lot happier with the results of my film work. Is it a combination of the camera, lens, medium, and process? I’m sure it is. Could I get similar artifacts out of digital? Probably but the key difference is that I don’t and the medium for me doesn’t make me want to. In the end creative work like photography has as many manifestations as people and your comment reads as rather dismissive than curious.

MacBook Neo 5 months ago

No keyboard backlighting

When was the last time Apple had a laptop without keyboard lighting?

I agree with this. I was curious and tried it out just now - there's a good part of the inside corner that is draggable and a decent amount outside as well. The cursor changes to indicate resizability make it quite difficult for me to make a mistake here.

Why would checking be duplicated? One would need to check only the discussions in this case, since issues will be created from discussions once something is ready to be worked on (as I understood it)

I’ve been building sites since around 2000 and I’ve used HTML tables a lot (including for page layouts, remember those days?). There was a time when I thought I was fluent enough to not have to look up HTML or CSS docs for most things. But I don’t think I’ve ever actively used the DOM API that this article mentions so I learned something new today.

Do you have an example you can share?

We have about 30 services with each managing their own terraform state. We also have a shared infra repo managing some top level items. We haven’t run into any issues (with any regularity at least) that I can think of but I’m wondering if this could be a good tool for us as we grow and things become even more complex?

I think regex gets some of its hate from people writing painfully complex matchers. 99% of my day to day regex use is simpler string searches on the command line or in my editor. I’m really happy I took the time to learn the syntax (spent about a week on it around 15 years ago) because now it doesn’t get in my way.

Is it being maintained? From the README:

Closure Library has been archived. We no longer see it as meeting the needs of modern JavaScript development, and we recommend that users look for alternative solutions.

Edit: ah I see that the Clojure folks are going to take that up. I missed that!

launching a terminal at a location

A workaround for this (especially if you have a terminal always open) is to drag the file/folder you want to operate on into an open terminal window, which will paste in its path.