https://bsky.app/profile/karmn.bsky.social/post/3lcuc4dqudc2...
It's hard for me to read this any other way.
HN user
https://bsky.app/profile/karmn.bsky.social/post/3lcuc4dqudc2...
It's hard for me to read this any other way.
then when they back down we could have "UK threats to end end-to-end encryption end"
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?
There was an awesome project a while back to recreate a new buckling spring keyboard:
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).
Consumer centric API design
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.
Go helped me learn about designing good interfaces, and how to write tests using dependency injection rather than just patching stuff out.
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'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
Also I imagine that depth would be a significant factor
Mileage may vary depending on language support, but vim does have a go to definition feature[1][2]. I believe there is also out box error checking for some languages, and if that is not enough for you (and at the risk of offending a large number of vim purists), there is a fantastic plugin called ALE[3] that will likely provide you with what you want.
1: https://vimhelp.org/pattern.txt.html#gd
Are taxes and maintenance costs shared proportionally?
Day-to-day maintenance (replacing lightbulbs, shelf falling down etc) is your responsibility. Plus you get to decorate however you want (at your cost). All other taxes and maintenance costs are shared proportionally.
Who gets to decide when to call the plumber?
You do. There's a home emergency cover plan in place (costs shared proportionally) so you can get someone round 24/7, 365 days / year.
If you fail to pay your rent, can they evict you?
Yes, but if you just need a couple of months to get back on your feet, we won't.
What happens to your share then?
You still own it, but any rent arrears would be netted off.
Can you sublet?
Not at the moment.
Can you sell your share on the open market, or only back to the company, at whatever price they decide is fair market value?
The latter, but there is an option to go to the open market together. Price is determined by a regulated independent surveyor, not by Unmortgage.
https://www.unmortgage.com/faqs
https://www.unmortgage.com/how-it-works
source: I am an unmortgage employee.
I recently bought a 3D printer and have enjoyed programing objects in cljoure with scad-clj.
https://github.com/farrellm/scad-clj
This is biggest project I know of that uses it:
Unmortgage | London, United Kingdom | Frontend, Backend & Data Engineers | Full-time | Onsite | https://unmortgage.com
Millions of people are stuck in the rent trap, with no way to own a home. At Unmortgage we are reinventing homeownership to bridge the widening gap between renting and buying with a mortgage.
We are funded for the next 3 years after the largest seed raise in Europe and are looking for people to join us at this early stage.
We work in a Agile (XP+TDD) team in a stunning office above Bank station, London. The Stack is React, Python running on Kubernetes in Google Cloud. Everyone gets their hands dirty and there are no silos allowed.
Here are all our exciting jobs: https://jobs.lever.co/unmortgage/
If you have any questions about the backend jobs you can drop me a line at nic.west@unmortgage.com, or chee.diep@unmortgage.com for the frontend jobs, or alternatively our CEO ray@unmortgage.com for all of the above and any additional information about the company.
I think this was the company that became pebble (correct me if I'm wrong).
Git doesn't include better built-in support for issues, wikis, PRs / code reviews, and releases
I feel like a lot of these features could be handled with git-notes[1]. For example git-appraise[2] uses the git-notes feature for a code review system:
so while it's not exactly the all in one service you describe, you can do something similar already:
http://www.keyboard-layout-editor.com/
to design your layout, then
to design a layer case, files go to a laser cutting service,
then you would need a controller of some sort (commonly something like a https://www.pjrc.com/teensy/), switches, diodes, usb ports, etc.
then hand wire everything together.
tmk/qmk is more or less a defacto standard in custom keyboard firmware:
https://github.com/qmk/qmk_firmware
here are some examples of people generating firmware with webtools, I don't know what they use on the backend.
Clojure! the thing I like most about a lot of the libraries is how they seem to blend so seamlessly. I don't know if it's an artefact of just being a lisp or just a lot of the developers sharing a mindset, but the whole experience feels less janky.
There is a decent interview with Jamie Cudmore on the rugby dungeon where he talks pretty candidly about concussion issues:
a lot of custom keyboards use a amtel avr controller which is easily flashable with custom firmware. I think I can see a teensy like board in the picture. here is an (the) example in c: https://github.com/qmk/qmk_firmware
could someone explain to me why
>>> ranges = [range(i) for i in range(5)]
>>> [*item for item in ranges]
[0, 0, 1, 0, 1, 2, 0, 1, 2, 3]
would be better than: >>> ranges = [range(i) for i in range(5)]
>>> [item for subrange in ranges for item in subrange]
[0, 0, 1, 0, 1, 2, 0, 1, 2, 3]I bought one of the blackberry only models from their show HN post way back when [1]. Glad to see they made it this far.
How did it go?
I was a long time tmux user while on mac. Since I've swapped to arch and i3 I don't use tmux at all, and just use the WM. I basically live in terminals nowadays and I've not really missed tmux. The thing I really do miss is vim-tmux-navigator.
game doesn't seem to require flash, but the ads(?) do, and if you don't have flash, it blocks on the ad page seemingly indefinitely. FF 49.0.1 arch linux
The Clean Code Talks - "Global State and Singletons": https://www.youtube.com/watch?v=-FRm3VPhseI
Is there any reason GM can't just make the bolt compatible with Tesla's super chargers? Seems like a win for both parties.
if you haven't already, have a look at w3m [1] or similar. I use mail cap to route emails though w3m and it's pretty rare that I notice anything amiss.
`text/html; w3m -I %{charset} -T text/html; copiousoutput;`