HN user

sunkencity

716 karma
Posts7
Comments458
View on HN

teenage enginering | senior backend developer | full-time | stockholm ONSITE | https://teenage.engineering

hello, as head of it, i'm looking for another top backend developer to expand our it team. the it team builds and runs the tech infrastructure for teenage engineering, supporting all parts of the product journey for the worlds best products. onsite only (no relocation - you must already live in stockholm).

apply here: https://careers.teenage.engineering/jobs/6907741-senior-back...

I guess the illustrations for the article were made with ai - they are all different styles visually. I like it allmost all the way through, gives a nice fuzzy ai edge to the feel, until 55% done then it starts to feel too weird.

clearly the author is not hip to The Human Evasion by Celia Green. Those guys were just all OK with choosing a slightly different reality, because the mainstream reality tunnel is also equally flawed, and less interesting

  Human beings live in a state of mind called 'sanity' 
  on a small planet in space. They are not quite sure 
  whether the space around them is infinite or not (either 
  way it is unthinkable). If they think about time, they 
  find it inconceivable that it had a beginning. It is 
  also inconceivable that it did not have a beginning. 
  Thoughts of this kind are not disturbing to 'sanity', 
  which is obviously a remarkable phenomenon and deserving 
  more recognition.
http://www.theabsolute.net/minefield/humevas.html

The core language is good enough but the object oriented stuff they put on top later on is just a hell of an eyesore.

Sure it takes a while to load and there's bloat, but the bloat is everywhere now.

On the bad site of the JVM and assorted Java tools is that they are second class citizens of the unix world. The command arguments are all messed up, much like a windows tool ported to unix, and the interaction with the rest of the unix stack like sockets, files are all solipsistic and off, which leaves an ill stink on everything touched by it.

One of the things I find funny with java is the once upon a time much touted security model, fast forward a couple of years and the event of android - using the unix security model and none of the java stuff.

Box Breathing 9 years ago

OK I got calmer, but then I got stressed out! the blue circle is not in the center of the black ring.

Yes, and even within a framework... investing in using for example React for a project and some plugs, come back to project a couple of months later to add some library for let's say graphs, and face need to upgrade every lib/plug and lots of version mismatches. Not all libraries you opted to use might be compatible with new version of React.

wow, wizardry. it was my favourite game with the dark castle series coming in second. Proving grounds of the mad overlord. I still have it on my SE/30 and on disks. Never did play any of the follow ups.

yep cloud everything... noticed a while ago (after installing little snitch) that anything typed (and pasted?) into OSX ⌘-space search also calls out to the cloud to get suggestions. not cool.

Yes, one of the benefits of Rails most overlooked by it's opponents is how immensely productive it is for small to medium sized apps. This comes from not only the DRY perspective but also from having strong standard ways to do things, and quite a stable API.

I don't agree on the sentiment in the article that it's hard to follow what happens in rails/activerecord. It's pretty well documented and all the quirks are thoroughly discussed on stackoverflow. Ruby has excellent tooling and it's easy to find performance bottlenecks.

On the negative side though, I find that I use other languages when I need performance or better concurrency, but that always comes at the price of lengthier development.

imho python3 fixed the issue in the wrong way, so it will never have a great amount of users: down the road the choice will be upgrade to python3 or choose a more modern programming language like go with immense performance boost. I think people will choose to leave python.

Ditching tmux 10 years ago

it's bog-standard and readily available on most platforms. no real need for split screen, either fullscreen web on one workspace and terminal on other or side by side if working on computer with big screen.

Ditching tmux 10 years ago

All that trouble for nothing. I use xterm and control-z, and fg, one terminal window. If I need to work from more computers than one I use a screen instance that I can detach/attach from the computer happen to be at.

no klein in the actual test data. Pity, it's pretty fast I think. The test framework code for klein is not finished and I guess sqlalchemy won't perform that brilliant atop twisted.

I've programmed lots of clojure. But in the end, I am too annoyed by the jvm ecosystem, the good that is clojure doesn't weight up the java crap, so while I love the language, I cannot stand the environment.