HackerTrans
TopNewTrendsCommentsPastAskShowJobs

diroussel

992 karmajoined 17년 전
hi!

comments

diroussel
·7일 전·discuss
Did you read the explanation? It says right there on the page why it happens.

Or was that text added since you viewed it?
diroussel
·7일 전·discuss
The page addresses this issue, saying that browser text wrapping can cause issues and gives advice on how to deal with it.
diroussel
·27일 전·discuss
GET and QUERY are both idempotent.
diroussel
·27일 전·discuss
That is the good old fashion workaround. But why is it better than a form causing an HTTP QUERY.

If we can do QUERY forms, it would be an ideal time to add JSON encoding for forms.
diroussel
·지난달·discuss
I found that Deep Research mode in Gemini was able to give me a well planned 4 day trip to a major city.

I told it my preferences and of the group members, where we arrived and departed, at what times. I gave it my itinerary and then asked it to plan two new itineraries and also suggest a location to book a hotel that was convenient for the early flight on the last day.

I went away for 20 mins and gave me a 20 page document with a good summary and decent options. I did choose some of the activities it suggested.

I did this 10 months ago. It’s probably better now.

But Gemini has access to google maps, so it can estimate travel times, and know which lunch places are near which sites and which hotels have good reviews. So if you want AI to work for travel panning you need to ground it in good data.
diroussel
·2개월 전·discuss
Yes, it can be confusing if you don’t read the article. He said he went on a 10 day trip and didn’t take a computer. That is context for why he got a Bluetooth keyboard. I doubt he decided to bring a monitor on the trip.
diroussel
·2개월 전·discuss
Maybe the mechanism for sharing could be inspired by OpenBanking? In the UK and EU all the banks have to offer API access to accounts.

Instant transfer (sub-second) for free is available to everyone. (Up to a certain limit)
diroussel
·2개월 전·discuss
Yeah and those stats show a big difference. In the UK there are 2.6 fatalities per 100,000 population on average per year. And in the USA it’s 14.2

That’s five times higher!

For those that don’t know these are all the checks done yearly to every passenger car over 3 years old. https://www.gov.uk/government/publications/car-parts-checked...

Source: https://en.wikipedia.org/wiki/List_of_countries_by_traffic-r...
diroussel
·4개월 전·discuss
So you’ve never improvised an air conditioning system from a spare bilge pump, a propane tank and a cast iron radiator?

Sir, this is a hacker news.
diroussel
·5개월 전·discuss
Stepping out of pure maths and into engineering we find complex numbers indispensable for describing physical systems and predicting system change over time.

I don’t have a list to hand, but there are so many areas of physics and engineering where complex numbers are the best representation of how we perceive the universe to work.
diroussel
·6개월 전·discuss
Who should accept responsibility when a conversion is not as expected?

There are very few ‘lossless” conversions possible if you consider the loss of a data or metadata could affect the result. So if printer did accept a file that needed to be converted, and then during printing and converting they found conversion could lead to unexpected results should they cancel the print run? There is just too much to go wrong in printing already without these extra problems.

The print industry has a long and storied history, and for whatever set of reasons, printers only accept very specific profiles of specific formats.
diroussel
·6개월 전·discuss
The problem isn't so much finding the shortest path, but finding the right cost function that adequately matches human satisfaction. Not just distance, not just turns, but also knowing which areas are done, and other small factors.
diroussel
·7개월 전·discuss
I think that is a bigger impact on writes than reads, but certainly means there is some gap from optimal.

To me a 4k read seems anachronistic from a modern application perspective. But I gather 4kb pages are still common in many file systems. But that doesn’t mean the majority of reads are 4kb random in a real world scenario.
diroussel
·8개월 전·discuss
If you try and push you sensei, before you know it you'll be doing jujitsu.
diroussel
·8개월 전·discuss
So if WhatsApp had an outage, but you needed to communicate to someone, you wouldn't be able to? Don't you have contacts saved locally, and other message apps available?
diroussel
·작년·discuss
Rare for people who don't deal with encoding and decoding maybe.

To be clear the codec implements the compression (or other encoding) algorithm. So when talking about codec's we mean the implementation. But when talking about the algorithm, we are talking about the standard of encoding the encoder or decoder implements.
diroussel
·작년·discuss
The vaccines were all made for early varients. Once the omicron varient came along, it had so many changes from the original strain that the effect of the vaccines were essentially unproven.

The vaccines were definately useful, and had a big impact, but unfortunately corona viruses change too quickly.
diroussel
·작년·discuss
> Modern computer systems are complex systems — and complex systems are characterized by their non-linear nature, which means that observed changes in an output are not proportional to the change in the input. This concept is also known in chaos theory as the butterfly effect,

This isn't quite right. Linear systems can also be complex, and linear dynamic systems can also exhibit the butterfly effect.

That is why the butterfly effect is so interesting.

Of course non-linear systems can have a large change in output based on a small input, because they allow step changes, and many other non-linear processes.
diroussel
·작년·discuss
The S3 API allows requests to read a byte range of the file (sorry , object). So you could have multiple connections each reading a different byte range. Then the ranges would need to be written to the target local file using a random access pattern.
diroussel
·작년·discuss
Learning from others doesn’t mean you are not learning.