it's about time... I've been avoiding this tech for years because it was sniffing on my Mic
HN user
orefalo
well nanobrew is not on brew!
I miss it too..
Great move Bose
Shame on you, Google. You disabled my Nest thermostat and Nest Secure alarm — I will never buy your products again.
Congrats. dashed zenith for mactop.
really neat and full featured
Apple can go to hell, their 30% fee is prohibitive.
If Jobs was still here, he would have fired all the fat management.
shame on you Apple, you are acting like M$!
I wrote an article comparing different GUID implementations and also prepared a clear spreadsheet with side‑by‑side implementation comparisons.
https://medium.com/@orefalo_66733/globally-unique-identifier...
Looking at your implementation, I like the clean split between shard, tenant, and sequence.
However, this results in a 160‑bit format, which does not fit natively in most databases, as they usually use the UUID type. I also find 60 bits of randomness to be low (ULID also uses 60).
Last point, using a GUID is not only for sharding. It is also important for protecting against predictability, which beyond the GUID structure, requires using the right approved crypto‑safe random generator.
We should open a public petition - https://www.openpetition.org/
No, it will not. I live in the UAE, and I appreciate that my children do not have access to pornography or illegal websites, as these are blocked by the service providers.
This should be adopted by many other countries
isn't it obvious.. it was used to fortify the tent structure.
factor in power usage reduction, and it still works
I have compiled the following table to compare OLTP and OLAP
I found the title amusing. This died.. right after inception.
Clearly, the objectives and limitations of OLAP and OLTP differ so much that merging the two domains in a fantasy.
It's like asking two people to view through the same lens.
CSV?
it's surely simple but..
- where is meta data? - how do you encode binary? - how do you index? - where are relationships? different files?
I love runes, I love svelte 5, I love sveltekit.
Together, they offer a seamless entry into development, allowing you to swiftly grasp concepts akin to JS/HTML.
Other options require a significant learning effort.
Wish it came earlier...
Interesting, I would have though a solution like https://temporal.io/ would be more appropriate for these use cases.
a job queue might just be the tip of the use cases iceberg... isn't it?
in the end it's a pub/sub - I use nats.io workers for this.
arf, just read a few comments on this same line down bellow.
I am thrilled to reference the new release of Murex, an intuitive, typed, and content-aware shell. A command line shell is a program that provides a text-based interface for interacting with the operating system. Command line interfaces have typically been stuck in time with dusty capabilities and recurring user experience limitations.
Murex is a modern shell for the rest of us, techies, with advanced features to enhance productivity, streamline workflows, and empower users to unleash the full potential of the command line.
Murex is also my latest open-source contribution.
I do not agree with many of your points.
I also agree with some of them.
Conways law is not about structuring... it's about domain knowledge.
ie. if you work alone on a problem, you can only solve for the issues you know.
Low-code feels like a deja vu. I call it throwable applications.
built quick to satisfy a short term need.
There is a space for those but it doesn't fit all.
It's pretty simple... do access the DB (assuming it's SQL) do you prefer SQL or PLSQL.
Neat, TS is the first initiative/product/stuff I enjoyed from M$ is so many years...
the price!
Sounds like the workflow of a developer working by himself.
I have 40 developers working in my company, all doing pull --rebase, I even blocked trivial merges on the server itself (see my answer at http://stackoverflow.com/a/8936474/258689)
Laziness is only acceptable when you work alone.
If you are curious, check out this project: https://github.com/orefalo/g2
Can't agree more, I'll push it even further...
Use G2! which does pull --rebase magically on your behalf.
Where is the feature list? do you have screenshots?
I know it's hard with a CLI, but still if it's colorful better show the baby...
Another feature missing: per branch access control
Let me guess... you are a LEX & YACC fan!
Haven't looked at Derby, but after doing my first node steps with Meteor; I quickly figured it was a very rigid platform.
What? no npm?
So I recently switch to SocketStream. So far so good. I like to be in full control and assemble together the bricks I need.
This is not really new, for those looking into a smart, user friendly git client, try G2 - http://orefalo.github.com/g2/