HN user

redat00

20 karma
Posts4
Comments25
View on HN

The current issue with battery replacement is mainly the fact that they're glued to the phone. Which make them very dangerous to replace, as newbie might try to pry off the battery with metal tools (and you don't want to know what happens when a lithium battery is pierced.)

The only thing that will change as far as I know is that battery won't be glued anymore. You'll still have to open the phone with screw like you did before.

Yes the pub/sub model gets way faster than the Ansible push model, especially at scale : When you start having a few hundreds of servers, you'll see that you just spend so much time waiting for the playbook to run.

It's also heavily bound to network connectivity, if your server your reaching has 100ms of latency, every time Ansible does something, you will feel those 100ms.

In the case of Peekl, it's easy : The server will read the content from the local disk (depending on what roles you have, your groups, and also load the variables.) And simply sends the "compiled catalog" to your agent who will go through all of it and performs actions as needed.

An alternative to Ansible and Puppet, written in Golang.

It's called Peekl, and the idea behind it was to merge the two things I loved about both Ansible, and Puppet : - The agent/server model of Puppet; - The ease of writing Ansible code.

It also make sure to solve the problem that both Ansible and Puppet have in my sense : - Puppet is a slow, decades old application. It's written in Ruby and run inside of a JVM for the server. Applying a catalog can be very long on complex configuration setup. - Ansible on the other side works well, but the absence of an agent makes it hard to deploy stuff at scale : You being spending more time running your playbooks, than actually doing stuff.

So if you want to take a look at this alternative, head to the Github repository. Feel free to break it, open issues, and pull requests !

https://github.com/peeklapp/peekl

I'm working on an alternative solution to Ansible and Puppet, trying to mix the best of both world: The pull-based aspect of Puppet, by having an agent running on nodes, and the simplicity of Ansible, by writing playbooks and roles.

It's called Peekl, and is available on Github. Tho it's still in what I'd called "alpha". Lot of new features to come!

https://peekl.dev

Hi! I found that it was the most easy language to get started with. I looked at other language such as `HCL` (the Terraform language) but I thought that it would be too complex to learn, and to get started with. I really want this project to be easy to work with.

What language did you have in mind that you'd rather use compared to YAML ?

OVHcloud unveils its Quantum Platform: the first European solution for accessing quantum computers in the cloud.

Available now, it will provide access to at least eight quantum computers, including Pasqal's Orion Beta

(French citizen speaking)

I think that y'all are a bit unfair in the way you're talking about H-1Bs.

I know that in the US recruitment in tech is at a all time low, and that you would most likely want the few jobs that actually exist to go towards US Citizens. I get this feeling.

However, thinking that you're jobless because of H-1B is kind of ridiculous. You're straight up lying to yourselves at this point.

I get that some companies might abuse the system, especially tech consulting firms that are looking for people that will work for way cheaper, since they would do absolutely everything to evade their third world country.

But please, at a time where companies are insulting everyone of us by saying that they can simply replace us with clankers, don't use H-1Bs as a punching ball. The people in charge, who are just seeking higher margins, are the one that makes it hard for you guys to find a job, and making you leave hell with layoffs.

Be better.

No, you're not.

If consumer spending decreases, everything goes down. For example if you take ads shown on blog post, news media.. What happens tomorrow once human traffic decrease, and it's mostly crawlers.. How can those website still keep up ? Crawlers don't click ads.

Either rich people are just trying to surf the wave of AI and we've got to endure this for a few years. Or if it's not a wave, it could deeply change our society, beyond everything we've seen.

It's always funny when the people telling you to absolutely do something or your world will end... are the same one that have the exact cure to the problem. A problem that they mostly created.

I'm all in for AI to take over my job. And then other peoples jobs. But then what ? Once the world is made mostly of unemployed people, what will happen ? Sure you can have food prepared by clankers, delivered by clankers, taxis driven by clankers and so far... But with which consumers ? Will clankers pay money to other clankers ? Surely not.

And I'm not even that much of an anti-AI guy, I'm just wondering where the hell are we going with that ? Sure for rich people it's an absolute delight to see that they can now produce code without having to pay people, increase margins like never before ... But then what ?

This kind of threat that we would suffer without the US help is so infuriating.

When Russia started the war with Ukraine, they we're saying that it would be a blitzkrieg. It wasn't. And we're talking about a country which doesn't have any nuclear weapons, who's fighting with shitty FPV drones.

And you're here, telling us that Russia would even dare to set a single foot in any of the European country ? While they're in reach of French nuclear arsenal ? Without the ability to even know where "Le Terrible" is on earth ?

Come on kid, be serious for a minute.

For having tried to install a Linux distribution on other switches with Broadcom ASIC I can tell you that having some kinds of drivers, free to use by anyone, without the need to sign an NDA, is incredible !

Thank you Mellanox. Really.

You can use the compute as a client of the compute interface, but not really for your own boiler.

Something worth to point out : Those boilers are more for industry oriented usage, such as heating a pool, or industry that requires hot water, not really home-grade boiler.

That's what we we're doing in the first place ! Only problem is that people usually don't heat there home in the summer.. Obviously.. Meaning the compute would not be available through long time periods..

However public pool still needs to be heated, and same goes for industry that requires hot water, there production won't just stop for multiples month of the year !

At my company we're working on building smart boilers, where what's actually heating the water is servers. We then send customers computation to those boilers.

This way of doing things allow us to eliminate a lot of carbon emission for computation that would otherwise have been done in classic hardware where the heat is not reused at all.

You can learn more about it at https://qarnot.com !