HN user

nikodotio

93 karma
Posts3
Comments37
View on HN

created modes of expression that definitely solve this problem.

I certainly don’t agree with this as a musician who has tried most of these attempts by electronic music manufacturers.

You should look into the accounts of doctors who are not allowed to take in baby food. Israeli mobs destroying aid trucks. Israeli soldiers gloating about killing children.

While Hamas has done atrocities, this does not allow atrocities to be committed in response. Especially by an occupying power that controls every variable in the environment.

My experience as a musician and huge linux nerd is: sure, it was all free, and very powerful, on linux, but I never actually made music because of the setup times, learning, hacking, and refining the systems.

Since getting a mac and paying for tools like this, the immediacy of being productive has caused me to actually make music.

it's the same with OBS - wow, what a piece of software. I spent a week going through and configuring it. They really thought of everything. Audio Hijack solved my problem in 30 seconds and made sense for my use case while doing it.

There’s a whole world of syncing databases when they’re offline and then reconnect. Local first. If your websocket connection is offline you have to store the incremental changes to your data and send them later on reconnect. This gets complex fast.

A lot of these tools (and what the author wrote) offer toolkits to do this well, not having to implement and track all these changes in state manually.

In this case the author is running SQLite in the browser, and that syncs to SQLite on the server.

I love the Dokploy promise but I’ve come across some glaring bugs and inconsistencies that have made living with it difficult. I’ve had to consult its source code because if it’s lack of documentation in a few instances.

Support, even for paying customers, is lacking, too.

Definitely cheering its development on, though, because the promise is wonderful.

Possibly there isn’t a critique of his behavior because there isn’t a critique to be made: from a website like hacker news where every reasonable position is usually represented, it should tell you something that this is unanimous.

I accept that they will look different but function consistently and in line with the client device - when that can be made as a design decision.

I use all of them pretty consistently! I try not to have them do magic, but using native date pickers and dropdowns and selects saves so much time and headache - and they work consistently.

I agree it’s more about networking. Practice is important but plateaus are only passed if you get advice in the right way or exposed to the right thing. Being loose is important too.

In my musical world, when someone comes along who studied at Berkelee you almost know they will be bad and not get the vibe: playing over people, rigid timing, no feeling.

Frankly the article is terrible advice for everyone.

This is precisely it. The ease of deploy, https domain configuration, scaling.

Additionally, having machines that turn off when not in use is easy to configure, which I never managed on AWS.

Definitely waiting for the datalog query to be exposed before I’d use this.

If it was I would never use another database again.

I think the amount of people coming from datascript/datomic who have to work in js and would prefer to use datalog instead of learning a new query language is big.

a quick google reveals that all of the words in the "new" title already exist from human producers, and this is mix and matched together.

The speed at which I can develop prototypes in clojure is unmatched by anything else. REPL driven development, frontend with reagent, and sharing domain logic code across frontend and backend is invaluable. Adding spec, datascript, and core.async makes previously complex tasks extremely fast and boilerplate free.

I usually prototype this way and then move things to a different stack piece by piece when others get involved, as the interop with Java and JavaScript is great.

Tree views in CSS 4 years ago

I worked on a big project showing arbitrary family trees. Collapsing what are actually graphs into visually compact trees is very hard! Nice job