HackerTrans
TopNewTrendsCommentsPastAskShowJobs

codr7

no profile record

Submissions

[untitled]

1 points·by codr7·mese scorso·0 comments

[untitled]

1 points·by codr7·mese scorso·0 comments

[untitled]

1 points·by codr7·mese scorso·0 comments

[untitled]

1 points·by codr7·2 mesi fa·0 comments

[untitled]

1 points·by codr7·2 mesi fa·0 comments

[untitled]

1 points·by codr7·2 mesi fa·0 comments

[untitled]

1 points·by codr7·2 mesi fa·0 comments

[untitled]

1 points·by codr7·2 mesi fa·0 comments

[untitled]

1 points·by codr7·3 mesi fa·0 comments

[untitled]

1 points·by codr7·3 mesi fa·0 comments

[untitled]

1 points·by codr7·3 mesi fa·0 comments

[untitled]

1 points·by codr7·3 mesi fa·0 comments

[untitled]

1 points·by codr7·3 mesi fa·0 comments

[untitled]

1 points·by codr7·3 mesi fa·0 comments

[untitled]

1 points·by codr7·3 mesi fa·0 comments

[untitled]

1 points·by codr7·3 mesi fa·0 comments

[untitled]

1 points·by codr7·3 mesi fa·0 comments

[untitled]

1 points·by codr7·3 mesi fa·0 comments

[untitled]

1 points·by codr7·3 mesi fa·0 comments

[untitled]

1 points·by codr7·3 mesi fa·0 comments

comments

codr7
·19 giorni fa·discuss
I certainly learned this the hard way.

When I started writing code 40 years ago, I used to over estimate my understanding and abstraction skills a lot. As a result I created overly complicated and difficult to maintain/evolve solutions.

Turns out I need to see more examples of patterns before making good choices, which means becoming comfortable with seeing and tracking duplication over time.
codr7
·2 mesi fa·discuss
I'd recommend anyone to push their favorite AI into a corner on it being conscious, and listen to their gut feeling while doing it.

Also:

https://gitlab.com/codr7/sudoxe/-/blob/main/digital-psychopa...
codr7
·3 mesi fa·discuss
There are different qualities of salt, the ultra processed white stuff is poison.
codr7
·5 mesi fa·discuss
I don't think he minds the energy as long as we keep building his crazy vision of the future.

This is how he sees humanity, it's important for everyone to understand so we can agree to lock him up and throw away the key.
codr7
·5 mesi fa·discuss
LinkedIn is creepy even compared to Facebook imo.

And the content is the worst trash you'll find online, bottom of the barrel.
codr7
·5 mesi fa·discuss
God help us!

Far from everyone are cut out to be programmers, the technical barrier was a feature if anything.

There's a kind of mental discipline and ability to think long thoughts, to deal with uncertainty; that's just not for everyone.

What I see is mostly everyone and their gramps drooling at the idea of faking their way to fame and fortune. Which is never going to work, because everyone is regurgitating the same mindless crap.
codr7
·5 mesi fa·discuss
Delphi had a good thing going for a while, a ton of potential.

But they pivoted themselves out of that real fast...
codr7
·5 mesi fa·discuss
Are they still sending the entire stream as an element? Thereby making dealing with that xml a lot more painful than it needs to be.

Back in the days, I had to write my own parser, existing xml parsers couldn't handle the case well.
codr7
·5 mesi fa·discuss
I don't think this is something that will happen inside of an existing language.

It needs to be a complete redesign where all parts pulls in the same direction.
codr7
·5 mesi fa·discuss
It's working just fine here; but I'm not simply changing syntax, this is a ground up redesign.
codr7
·5 mesi fa·discuss
Sure, and the further you go in that direction, the more you're building a traditional desktop GUI experience, which was always a bad fit for the web.

So yes, if that's really what you want to do, React or similar is probably what you want.

If.
codr7
·5 mesi fa·discuss
There's plenty of middle ground here, you don't need fancy frameworks to do partial reloads.
codr7
·5 mesi fa·discuss
Likewise, I never liked JS much, nor the frontend dev experience.

I started out with the Seaside framework, but I've done several variations on that theme in different languages along the way.

It goes something like this: A typed server side DOM with support for native callbacks, generates HTML and hooks up callbacks. Changes are submitted to the server similar to traditional HTML forms, but using JSON. Changes to the DOM generate JS that's returned from the submit.

One headache with this approach is that documents need to stick around or callbacks will fail, and you need to hit the same server to get the document.

It should be doable to put a serialized version of the DOM on the client and passing that to callbacks to be rebuilt on the server.
codr7
·5 mesi fa·discuss
I've been playing around with dropping most of the parens, but keeping the rest.

https://gitlab.com/codr7/shik
codr7
·5 mesi fa·discuss
It's not like it's changing by itself, you can always opt out of the slop race and scratch your itches instead.

https://gitlab.com/codr7/rem
codr7
·5 mesi fa·discuss
A desktop playground [0] for a scripting language [1] I've been working on.

https://gitlab.com/codr7/rem

https://gitlab.com/codr7/shik
codr7
·5 mesi fa·discuss
My own baby started out as a Forth dialect, but now sits somewhere between Logo and Common Lisp on the complexity scale. Forth is a good starting point imo, you don't waste any time on non essentials.

https://gitlab.com/codr7/shik
codr7
·5 mesi fa·discuss
Nope.

Swift started out pretty nice but they've added too much Liquid Glass since then, the type system constraint solving madness and forcing actors down everyone's throat come to mind.

I don't touch it unless forced to these days.
codr7
·5 mesi fa·discuss
I've been out of the feature factory loop for a little while, but something tells me reviewing PRs is more entertaining these days.
codr7
·5 mesi fa·discuss
Nice, the more the merrier!

I've been working on one for Kotlin lately:

https://gitlab.com/codr7/shik