HN user

fearface

185 karma
Posts0
Comments58
View on HN
No posts found.

I let the AI first generate a outline of how it would do it as markdown. I adapt this and then let it add details into additional markdown files about technical stuff, eg how to use a certain sdk and so on. I correct these all. And then I let the AI generate the classes of the outline one by one.

First of all, they are not violating any license or terms in any form. They add value and enable thousands of people to use local LLMs, that would not be able to do that so easy otherwise. Maybe llama.cpp should mention that Ollama takes care of easy workable access to their functionality…

No, weird that you’re comment is so high up, but shows how little crypto knowledge is around in HN. A Bitcoin is a Bitcoin, but it consists of smaller units called Satoshis. Like Dollar and Cents. Since the beginning of Bitcoin. A fork is a copy of the underlying source code of Bitcoin, which in itself has no value at all. You would also need to find people who run nodes for your fork and start convincing exchanges that your fork should be supported too…so no, this is not splitting Bitcoin

I think the idea of try/catch is to let the error bubble up to the place where it can be handled. It usually results into having error handling in a few central places. Your example in github is IMO not how to make best use of try/catch.

Here’s lots of typical exception handling patterns: http://wiki.c2.com/?ExceptionPatterns

Persobally I prefer exceptions over boilerplate “if’s”, but good to know that there’s a wrapper for the people who don’t.

Container Training 3 years ago

You don't need to split an application into containers, you can have your full app in a container no problem. You can have all your jars in the container. Using containers doesn't mean you know have to split your apps in different ways, it means you ship the runtime, compiled code, whatever libraries are required and all that in a bundle.

I fully agree to that experience. Next thing I tried was to have three screens with different DPI’s. It’s possible (that’s a lie, since you can’t adjust DPI and scaling properly in Linux at all, you’ll end up with a half working ugly system and irrational behavior when you move windows around), but sadly my notebook needs to work in more than one place…

I’ve invited a a long time Linux user who claimed to never had any problems whatsover to have a look. His verdict was that I should have only one external screen and use the same screen in the different places.

This stuff works with Windows and Mac out of the box.

Spotifyd 4 years ago

What if you link it to a playlist that starts with your song?

That’s not cheating, that’s not a problem at all. Neither ethical nor otherwise. You happened to know a working solution, this was by chance, but you also managed to sell it, explain it and it’s a solution you developped.

If this is the app: https://apps.apple.com/ch/app/school-morning-routine/id16068...

The I notice quite few things: - low fps animations - delay until the keyboard popups - no support to save the password or use e.g. an Apple account to login - no scrollbars in the modal and the back button out of view

So in general, this would not make the cut for the native apps my employer produces. Especially the low fps is a deal breaker.

Tested on an iPhone XR

Gunicorn 5 years ago

JavaScript didn’t not have any async or parallelization keywords at all. Essentially it’s just passing a delegate that is called later. This was stabdardized into Promises and all the async/await is another wrapper around the promises.

It works well, because in the end, it’s just passing a function that should be called when the process finished.

Same story here, and little anecdote: In a pure mac shop we had a guy apply and he brought his Linux notebook and 5mins into the interview he started hating on hiw bad macos is. Before he had to show some of his work in his linux notebook we had a little coffebreak, after we came back somehow LUKS crashed he wasn’t able to boot the system or restore the disk. We gave him a USB Stick and 3hrs to solve it or admit that he was wrong about bashing macos.

Great recommendation, except I don’t consider the one/two finger on the break generally recommendable: - not all bikes can be safely stopped two fingers - the remaining fingers might get in the way of the lever

Somehow it’s popular in the US, but not in Italy, Germany, Netherlands and Switzerland (it’s where I went racing and had instructions).

My LG CX turns on in less than 2s and shows the picture from the HDMI input. The TV can’t access the internet.

I use OpenRGB to disable all lights, or sometimes I’m in the Cyberpunk 2077 mood and make it yellow.

I’m curious that people want to pay more to get less.

Who would provide large-scale hardware support to AWS for this approach? Certainly not Apple as it’s not their hardware. Also in a few minth from now people will want M1 cpu’s and you wouldn’t have worked towards that at all. If someone is fine with the Hackintosh experience, there are ways to do it in AWS already now.

Investors have very little risk appetite, enterprise makes big money, but innivation is usually pressured into low-cost as much as possible. It’s hard to find a developer job where you get decent pay and interesting work with a swiss company. Source, I’m a software developer since 20 years in Switzerand

.NET 5.0 6 years ago

You can do that just with different config files or env vars too. No need to complicate code for stuff that can be done easily differently as well.

It’s not ok, to not care about politics.

Everything that happens in the public space is political. As citizen of most countries, you have political rights and options. It’s ok to not care whichever label match to you, but you should care about actual policies, about changing values and who best represents you.