Hacker Newsnew | past | comments | ask | show | jobs | submit | nicwest's commentslogin

https://bsky.app/profile/karmn.bsky.social/post/3lcuc4dqudc2...

It's hard for me to read this any other way.


I saw that too. While the jury's out, this is clearly not an obvious "call to arms" or any kind of threat. It may be read that way, so I'd prefer not to have it, but if even stating the name of a CEO is off the table, then that's far too much 'protection', IMO. But, yeah, "fix this" isn't great wording to be using.


So one post with 3 shares. Humanity is doomed!


Easy to say when your name isn’t Cynthia Williams.


then when they back down we could have "UK threats to end end-to-end encryption end"


unlikely to happen, I haven't seen this government U-turn on anything yet!


UK to end ending end-to-end encryption.


your website appears to have a bunch of meta data on it from something called soapbox. If I link to your website in slack it comes up with a "That looks like a Soapbox link. Would you like to install the Soapbox app" message. I assume a recent-ish rebrand?

What was the thought process there?


Spotted - Yeah we rebranded from Soapbox about 30 days ago.

https://hypercontext.com/blog/news/soapbox-rebrand-hypercont...


There was an awesome project a while back to recreate a new buckling spring keyboard:

https://geekhack.org/index.php?topic=79141.0

https://www.modelfkeyboards.com/


Have you tried the trackballs formerly known as "Clearly Superior" now "Xtrac" apparently[1]. I like the physical scroll wheel and dedicated middle mouse button, the internals are mechanical not optical (I have had problems with kensingtons in this regard), and there are some fairly alluring foot peddle expansion ports on the back that I've not played with yet.

if you do go down this route, I would suggest avoiding a model with an LED in it. while it looks cool for sure the LED is positioned so that shines right in your eyes if you put the device front and center (like in between a split keyboard).

[1]: https://xkeys.com/xkeys/trackballs.html



I just read through a good chunk of this, hoping it'd be a good resource.

There's a lot of good stuff in here:

- Higher level than a spec, but still detailed.

- He outlines the anatomy of an HTTP request and gives examples.

- Lots of good suggestions of conventions and rules of thumb, e.g. for URL structure and naming.

- Good demonstration of why using fitting HTTP verbs is important. Explains idempotent and safe.

On the flip side, his ethos isn't the best at points, he presents some subjective takes as fact, and even includes some plain errors against the specification.

For example:

- JSON keys should be snake cased, or camelCased "if you're one of _those_ people". (I'm a snake case guy, but really?)

- Return a 400 if there are any problems with the request. (400 explicitly means request body can't be parsed, e.g. syntax error in your JSON. The spec isn't perfect, but 422 is often more fitting if the consumer input didn't pass validation. Either way 400 clearly violates the spec.)

- He misses the nuance of what PUT is in the spec. You're saying "store this resource at this URL". Not technically update. Although in practice it's usually update, and I'm sure this point will be viewed as pedantic by many.

Overall a decent resource, but take it with a grain of salt.


I read this book for a public API project I was working on. At the time I had done several Rest APIs but for internal use. When it came time for a public API, you really need to up your game. A public API says a lot about a company. It's essentially marketing and sales plus a way to interact with your company programmatically. This book covers all your basics of Rest API design.

Another topic to read up on intent API design (intent resources). If you stick to nouns as your resources, you will encounter issues with naming APIs that have several steps or are really executions of business processes/procedures. With intent resources, you can continue to use the noun paradigm for naming your APIs but still be able to have complicated APIs (more than just simple CRUD).


I think it's interesting that out of all the news articles about famous people that have died, Ursla le Guin is the one that turns up in this list.


I found that learning and writing some Clojure and Go made me think better about the code I was writing in my main language (python).

I enjoyed working through Clojure for the brave and true: https://www.braveclojure.com/clojure-for-the-brave-and-true/

and the go tour is probably the best introduction I've ever had to a language: https://tour.golang.org/welcome/1


I can imagine the impact Clojure had; learning about Lisp had a big impact on my programming journey.

What was it about Go that made your Python code better, though?


Go helped me learn about designing good interfaces, and how to write tests using dependency injection rather than just patching stuff out.


This is my recommendation as well, although since you mentioned it, I would throw in SICP as well,

You can work through SICP to help learn Clojure/LISP at the fundamentals level, and then expand out to more practical use cases with the recommendations above.


I came here to suggest these two languages, too. On the other hand, you could focus on building something non-web. A language, a video game, etc.


That's a good idea. It'd probably be great for me to start a non web-app side-project.


Because the syntax alone is already so different it was a great way for me to "re-learn" programming. Even for the very short while I played with it, it really thought me to look further than the default go-to patterns I used to use.


I'm investigating the way that encounter difficulty is estimated in Dungeons and Dragons. I've felt for a long time that the influence the number of opposing monsters have is somewhat exaggerated.


- Post-mortem

- Incident report

- Scheduled down time


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: