Readit News logoReadit News
svckr commented on JSON Patch   zuplo.com/blog/2024/10/10... · Posted by u/DataOverload
bsimpson · a year ago
`/` is a weird choice of delimiter for JSON.

Since JSON is a subset of JS, I would have expected `.` to be the delimiter. That jives with how people think of JSON structures in code. (Python does require bracket syntax for traversing JSON, but even pandas uses dots when you generate a dataframe from JSON.)

When I see `/`, I think:

- "This spec must have been written by backend people," and

- "I wonder if there's some relative/absolute path ambiguity they're trying to solve by making all the paths URLs."

svckr · a year ago
You're not the only one who thinks that!

JSON Patch uses JSON Pointer (RFC 6901) to address elements, but another method from (very) roughly same time is JSON Path [0] (RFC 9535) and here's one of my favorite mnemonics:

- JSON Path uses "points" between elements

- JSON Pointer uses "path separators" between elements

[0] https://en.wikipedia.org/wiki/JSONPath

svckr commented on Give Us Something to Look At: Why ornament matters in architecture   theamericanscholar.org/gi... · Posted by u/prismatic
kelseyfrog · 2 years ago
The article gives too much credit to Loos.

> Loos made ornamentation sound like something practiced only by primitive peoples or criminal deviants.

Loos didn't make ornamentation "sound like" something practiced only by primitive peoples or criminal deviants. That was his main point. His argument is

1. We're more evolved than primitive people.

2. Primitive people, degenerates, and criminals ornament themselves and their environments.

3. Therefore we've evolved beyond the need to ornament our selves and environment.

A simple difference in taste doesn't quite capture Loos' racism. Loos attempts to build a reality where he and un-ornamentalists are more civilized, cultured, and morally superior to others and ornamentation is evidence of such. He uses ornamentation to construct a difference and then uses that difference to validate his superiority.

Loos' argument rests on othering "primitive people" and makes makes six total references toward the Papuans to accomplish this. It's short so I'll list each one.

1. Comparing them to children - "At the age of two he[the child] looks like a Papuan"

2. Describing them again as immoral children - "The child is amoral. So is the Papuan, to us."

3. As cannibals - "The Papuan kills his enemies and eats them."

4. As a reckless ornamenter - "The Papuan tattoos his skin, his boat, his rudder, his oars; in short, everything he can get his hands on."

5. Again compares them to children, and implies they are degenerates - "But what is natural for, a Papuan and a child, is degenerate for modern man."

6. That "we" are more progressed than primitive people. - "People progressed far enough for ornament to give them pleasure no longer, indeed so far that a tattooed face no longer heightened their aesthetic sensibility, as it did with the Papuans, but diminished it."

I can't stress enough how childish Loos himself comes across in the piece. It's a temper tantrum of an article and I'm honestly surprised it's taken seriously, or at least was. I'd encourage folks to read the original[1]. It's a five to ten minute read.

1. https://www.archdaily.com/798529/the-longish-read-ornament-a...

svckr · 2 years ago
Thanks a lot for pointing this out so eloquently! Seems like the post really buried the lede there …

And I should keep my eyes more open for those things.

Funny how there's two complementary phrases that should ring the same alarm and are often used for the same (usually racist/classist/etc.) people:

- We've progressed beyond X, thus X is bad (and we're better for not doing X) - We've always done X, thus X is good (and we're better for not doing Y)

(The parenthetical obviously just being an excuse for unfounded hate.)

svckr commented on Give Us Something to Look At: Why ornament matters in architecture   theamericanscholar.org/gi... · Posted by u/prismatic
svckr · 2 years ago
To me, Loos' argument comes across as some grand rationalisation for a simple difference in taste. I.e. "I don't like it, but to state my opinion as a fact, I came up with this story about efficiency"

"Why do you waste all that effort (on something that I, personally, don't enjoy or benefit from)?" is an argument I read between the lines all to often …

svckr commented on How to pack a stereo signal in one record groove   vinylrecorder.com/stereo.... · Posted by u/pubby
rideontime · 3 years ago
I'm 30 or 40 years old, and this is one of my favorite youtube channels. :)
svckr · 3 years ago
I am also 30 or 40 years old. I'm Schrödingers millenial.

I quite enjoy the delivery of technology connections. A nice change of pace imo, compared to other youtubers that edit out every millisecond of quiet time between words and sentences.

But I'm not watching the videos to learn new stuff either

svckr commented on Ask HN: If you used to be socially awkward and shy, how did you improve?    · Posted by u/dondraper36
svckr · 4 years ago
I think what turned me around was positive feedback. IMO the best way to get positive feedback is by being around the right people. You know … open hearted, welcoming folks, who talk to you and know how to listen and ask questions that get you talking. Once I realised that people can actually be interested in what I'm saying, meeting new people felt way less scary.

Now, it might seem difficult to seek "the right people" out yourself, so maybe ask acquaintances to take you along and maybe make introductions so you don't have to break the ice yourself. Something like "Hey, this is dondraper36, he's into X, you told me something about that last time didn't you" can be enough.

I can't understand how someone would recommend the gym. Just like you, I'm not awkward in the gym, but I'm not interested at all in conversation when I'm there.

svckr commented on Ask HN: Who wants to be hired? (January 2022)    · Posted by u/whoishiring
StackerSale · 4 years ago
We are hiring in Moss, a start-up Fintech who are looking to hire new talent - send me your CV please shane.sale.ext@getmoss.com
svckr · 4 years ago
Thanks, didn't know about you people until now! Will check out your positions :)
svckr commented on Ask HN: Who wants to be hired? (January 2022)    · Posted by u/whoishiring
svckr · 4 years ago

  Location: Aachen, Germany
  Remote: Preferably
  Willing to relocate: Maybe later, but happy to come for regular office visits anywhere between Amsterdam, Berlin, Frankfurt, Zürich
  Technologies (recently): JavaScript, Java, Infrastructure-stuff, …
  Résumé/CV: jpo.dev/f/cv-hn-2022.pdf
  Email: hi (at) jpo.dev
Hi HN, I'm Jonas, and I'll keep it short:

I'm looking for something interesting in fintech or fintech-adjacent (if that's a thing). No blockchain business please. (exceptions possible, CBDC comes to mind, …)

I consider myself a "full stack engineer", but shudder a little at that word. Tech stack is secondary to me, pretty much comfortable with every reasonable technology you throw at me. Mostly motivated by making things happen. I value good communication and would love a role that's "not just programming". Maybe some DevRel? Maybe get a chance to do open source at work again? Just some ideas ;)

Degree in Computer Science and 15 years of experience in software engineering. Mostly in fintech, though the earlier years were "no fin, mostly tech".

Plenty of hobbies besides tech, to keep me entertained.

svckr commented on Don't start with microservices – monoliths are your friend   arnoldgalovics.com/micros... · Posted by u/galovics
verinus · 4 years ago
I wholeheartedly agree on most parts, with DevOps being the exception.

Devs only focusing on developing/writing source code is certainly not the way to produce sustainable, high quality software- at least in my opinion...

svckr · 4 years ago
I don't know. I totally agree on the premise that developers should be involved in ops as well.

But I'm a developer by heart and my heart aches whenever I see what we devs have wrought in the ops space. (Insert joke about the CNCF technology landscape map.)

There's just so many tech/tools/etc. involved that just reasonably "doing the ops stuff" on the side seems way unrealistic. Sometimes I feel that all we've accomplished was job security for legions of consultants.

svckr commented on The digital death of collecting   kylechayka.substack.com/p... · Posted by u/__Joker
pram · 4 years ago
I collect vinyl. I won't bore everyone with all the romantic details, but I have found one very interesting effect to my listening: having to physically put the album on the turntable, and flip it over, has made me far more attentive to the music.

When I was a teenager listening to CDs on the bus I'd really sink myself into an album, and listen to it dozens or even hundreds of times. Now I'm back in that mode, it's not just passive consumption anymore.

svckr · 4 years ago
Also, more about the aspect of collecting, rather than listening to music: discogs.com

If you're a collector, digital platforms like discogs give you access to a way bigger market. (And I imagine there's something like that for pretty much everything one could collect.)

I think I spent more time browsing discogs than any physical record store, even before those were forced to close their doors due to the pandemic.

svckr commented on System on SO-DIMM   twitter.com/Foone/status/... · Posted by u/_Microft
st_goliath · 5 years ago
If you work with embedded hardware, this isn't exactly strange or weird.

Even before the Raspberry Pi compute module was a thing, there were already many vendors around (e.g. Kontron, Phytec, Toradex, ...) who sell SO-DIMM form factor modules with the entire system on it and a breakout board to plug it in to. AFAIK the usual deal is that you get the design files for the breakout board, customize it for your application and simply plug in the vendor sourced module (semi-relevant XKCD: https://xkcd.com/1053/; given that the RPI compute module is a thing for some years now I considered this something that "people know by now").

To be honest, I've never seen one with an x86 SoC on it tough, instead of something ARM based. I would consider that strange or weird, but having bought a BifferBoard[1] way back when, I don't find it that surprising that x86 hardware of that size exists.

[1] https://sites.google.com/site/bifferboard/

svckr · 5 years ago
So, they only use the physical connector not the … uhm … transfer protocol associated with memory modules? Tbh, at least with memory, I always conflated both.

If there are multiple vendors around SO-DIMM SoCs, is there a common standard for how they are using the pins?

u/svckr

KarmaCake day475February 15, 2013View Original