Hacker Newsnew | past | comments | ask | show | jobs | submit | mftb's commentslogin

I generally agree with you about UIs (if by shit you mean they've thrown away a ton of utility), but I don't think his video was bs, maybe just moved too far from it's original context.

For some reason your reply immediately caused me to imagine Ross Geller shouting into the phone, "Operator", like the, "Pivot" scene from friends.


I must speak to a human!

Humaaaan!

Humaaaaaan!

HUMAAAAAAAAN!


This is a good and useful breakdown. There are lots of ways to get an education and continue learning.


Thank you. My goal is also to work hard, earn money, and eventually go to graduate school.


Location: California

Remote: Yes

Willing to relocate: Yes

Résumé/CV/LinkedIn: Available upon request

Email: hn[dot]canteen389[at]passmail[dot]net

Technologies: C/C++, Go, C#, Microsoft .Net, Java, XML/DOM, HTML, ASP/ASPX, PL/SQL, TSQL, JSP, JavaScript/TypeScript, JQuery, React, OOP, Client/Server Networking

Hi I'm Matt, Software engineer for ~20 yrs, VP of Engineering for ~10 yrs. Extensive experience in both Server-side and Front-end Engineering.


Stand your ground.


Don't tread on me


Ironically the flag flown mostly by the people who voted for this tyranny.

They should reprint it to say "Step on me Daddy."


There's a good one going around with the Anthropic logo replacing the snake

https://bsky.app/profile/verdverm.com/post/3mfuuogxjpk2b


gg


DB engine appears to be sqlite. It's in the tags on the main page and there's a file full of sql to create what looks like a sample db in the data/ dir.


Sqlite is fine, could we call this product somehow differently? I don't feel it's database, it's database frontend or smth.


You are right, it's not a database, so I call it undb :P


It seems more along the lines of a "headless CMS", which is basically just extensible CRUD often with API endpoints; compare it to Strapi. This one looks finished enough to play around with at least.


Would prefer mainline DB engine like Postgres or MySQL


Check baserow.io then ;)


why?


Choosing to name variables with a single character has nothing to do with syntax. At most it could be considered idiomatic, but there's no reason to slavishly follow every idiomatic choice, just as there isn't in natural language.


I appreciate your write-up, it was well done. How long did you spend on this? I'd be most interested to know how long, not counting writing the blog post.


they started the project on the 13th per the git commits. so on the magnitude of two weeks it seems.


Ah, good eye, ty.


You've misunderstood how go routines work. You need to put the "go" keyword before the function call in order for it to be run concurrently.


I know perfectly well how goroutines work.

I'm NOT trying to show that Go is faster than async/await or anything similar. I'm showing that nested async/await calls are incredibly expensive compared to regular nested function calls.


You need to add to go keyword to change a normal function to a goroutine. If you would remove async/await and Task/Return from the C# code example, it would perform pretty much the same as Go.

If you want to show that async/await calls are expensive, than you should have shown two code samples of C#, one with async/await, and one without.

Or could have done the same for Go, show one example with goroutines, and one without.

But I think everyone already know that async/await and goroutines has it's costs.

The problem is more that you are comparing Go without goroutines (without it's allocation costs) to a C# example with a poor implementation of async/await.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: