Probably depends on where you are, etc., but as an European, I was taught in school two ways of splitting the year up into seasons: calendar/astrological and meteorological. Calendar split is based on solstices and equinoxes (21st March, 21st June, ...), whereas meteorological is based on month start (1st March, 1st June, ...). They use this also in weather reports, for example, where on 1st March they would add "Today starts meteorological spring" and on 21st March "Today starts calendar spring".
HN user
jan_g
I meant speeding cameras, where a system OCRs your license plate and you receive a fine after a month or even two months. Fine being monetary + points, depending on how fast you drove. Police officers measuring speed have become quite rare, at least here at my location (EU country). While speeding cameras are becoming quite common, especially in towns/cities and on the highways.
But couldn't you then have the same argument for speeding tickets (or parking tickets)? Like, "I don't know who drove my car too fast or parked my car on the curb, so it's not my problem. The state should prove who did it.".
I see you have an axe to grind with EU. That's fine, but I'll say that I also lived in socialism, so I do have experience and perspective of what it was like. And precisely because of that, these EU bans don't worry me at all. I know the difference as opposed to many who think they know the difference.
Of course it's political, what else could it be? If Putin's regime is censoring western media, is it any less political? In other words, is there any censoring of news media (foreign or domestic) you would consider apolitical?
EU crying about censorship in other countries is just pure hypocrisy.
I don't see any crying about censorship. It's a made up argument. Personally, I couldn't care less about censoring in Russia or any other country that I'm not living in.
Yeah, I know about that. But it's not been implemented, so RT is in practice accessible. As are other Russian websites. I don't know what is sad about it, I'm just saying what is in real life, not what is on paper.
It's not banned. I am within EU and can normally access RT website. I can also access yandex, etc. Without VPN or proxies. SO, how is this "standard European censorship"? Don't believe Facebook and Twitter propaganda bots.
A nautical mile is ~6,076 feet or exactly 1,852 meters (???).
That is actually defined by distances on Earth (which is of course an approximation, but still ...). So, 1 nautical mile equals to one minute in the 90 degrees hemisphere arc. It's approximately 10k km from equator to the pole, so 10,000km/90/60 equals 1.852km.Can you expand a bit on this use case? Why would Puppeteer constantly crash on your own high end machine, but not on Trigger's infra? Puppeteer doesn't care where it runs, so it would be nice to understand how Trigger's infra works around this problem.
Volkswagen sells you another subscription for that now, at least for their electric vehicles. You can buy the option if you want your EV to perform as it's designed.
You can also buy "for life" subscription (around £600, if I remember the news about it correctly), so you could also say that the stronger engine costs 600 pounds more when you purchase the car. Not too different to buying the cars in the past: more powerful engine adds to the price tag.
Same here. I have a colleague that is completely enamored with these agents. Uses them for everything he can, not just coding. Commit messages, opening PRs, Linear tickets, etc. Basically, he uses agents for everything he can. But the productivity gain is just not there. He's about as fast or rather as slow as he was before. And to a degree I think this goes for the whole team. It's the oxymoron of AI: more code, more documentation, more text, more of everything generated than ever, but the effect is that this means more complexity, more PRs to review, more bugs, more stuff to know and understand, ... We are all still learning how to use these agents effectively. And the particular developer's effect can and does multiply as everything else with GenAI. Was he a bit sloppy before, not covering various edge-cases and used quick-and-dirty shortcuts? Then this remains true for the code he produces using agents. And to those, who claim that "by using more agents I will gain 10x productivity" I say please read a certain book about how just adding developers to a project makes it even more delayed. The resemblance of team/project leadership -> developers dynamic is truly uncanny.
If they didn't take investments (and therefore not beholden to all that unicorn expectations), then it's totally fine. They've reached profitability sometime last yer, if I remember correctly. It was discussed also here on hacker news.
Yeah, min.io really soured AGPL license, for me at least. Because of their stance I've switched away from min.io in our company and avoid everything AGPL like a plague. Having read the license many times and also all discussions around it, I understand that it should be fine to use an AGPL project in a commercial enterprise (without modifications, internally in backend network). However, if authors themselves of such a project believe and say otherwise, I'm really not going to risk anything and definitely not asking lawyers if "my specific use of min.io violates the license or not". I'm just using it as-is over network, internally in my backend deployment. Not modified and not exposed to external world.
Unfortunately, EU is not an entity with single and unified view on things. In the case of Russian invasion of Ukraine, there is a surprisingly strong opposition to related policies in Brussels amongst the people in quite a few member states. In fact, many support Putin and now his best buddy Trump - with plain stupid belief that Putin/Trump wants peace and Zelensky wants to continue war. In short, EU (+ UK, Norway, maybe Switzerland) is simply not as unified against Putin as it may appear in the Brussels press conferences. Putting more effort (in money, materials, soldiers even) in this conflict will be hard to pill to swallow for large percentage of citizens and by extension politicians. What I see happening in the near future is more money flowing into militaries of the member states, which is a sad necessity by having Putin as neighbor. But I'm skeptical of EU countries becoming much more involved in the Ukraine conflict.
Interesting! I can see it in two ways: (1) as elongated U-shaped ellipsis that rotates sideways and (2) as bent lemniscate that rotates vertically.
I'm wondering the same. Either they are quite a big company, so such infrastructure comes naturally from many products/teams or their use case is to be in the clusters business (provisioning and managing k8s clusters for other companies). In both cases I'd say there should be a dedicated devops team that knows their way around k8s.
Other than that, the experience I have is that using a managed solution like EKS and one cluster per env (dev, staging, prod) with namespaces to isolate projects takes you a long way. Having used k8s for years now, I'm probably biased, but in general I disagree with many of the k8s-related posts that are frequently upvoted on the front page. I find it gives me freedom, I can iterate fast on services, change structure easily without worrying too much about isolation, networking and resources. In general I feel more nimble than I used to before k8s.
We have *.example.dev, *.example.qa, *.example.com for development, staging/qa and production. Works well and we haven't had any issues with cookies.
But you forgot to cite the next sentence:
The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work.
So, what is 'covered work'? The license says this: A "covered work" means either the unmodified Program or a work based on the Program.
Do you still think it's clearly written license? To me it's dubious enough that I wanted an explicit answer from the authors of Minio. Failing to get it, I decided to move away from Minio.I don't know about ParadeDB, but this was very off-putting for me in case of Minio when they switched to AGPL. If you check their answers to various license questions, they are essentially this: if you use Minio in your stack/product (for profit), then we recommend our commercial license or consult with a lawyer if your use case is covered by AGPL or not.
What me and I guess many others wanted was a simple yes/no to the following: if I use Minio in my stack without modifications (as a file server that my other services interact with via an API), do I have to AGPL all the stuff the touches Minio or not? And they do not want to answer this question. I do not understand why is it so hard to answer clearly. I understand that the majority of opinions is that it's fine to use without modifications, but I wanted a clear statement from authors of Minio. Failing that, I then decided to keep the pre-AGPL version for a while and have transitioned away from Minio since then.
I know this won't help you much, but as a point of reference. Last year they've blocked my account as well and wanted some documentation/proofs for their verification team. Which I provided the same day, but then it took nearly 4 weeks to clear. Like you, I've asked them for feedback, but the response was the usual "The verification team is busy".
Once a fast-moving innovator that kept two steps ahead of the competition, RIM grew into a stumbling corporation, blinded by its own success and unable to replicate it
Could read similar thoughts about Nokia. So, what is Apple's recipe against growing into a stumbling corporation and being blinded by your own success?
Ha, true! But also interesting, how differently we work. I switch to national keyboard layout only when I have to write an email/chat message with my compatriots or maybe a document that needs those national characters. Otherwise, I just use US layout for everything. Like 99% of time I'm on US layout. It makes much more sense when programming (not just brackets, but also quotes, colons/semicolons, slashes, backticks, etc.), which is my primary use of computers.
Informative article! Regarding password length - it's been said many times that the easiest way to improve password security is to require longer passwords. 12 characters minimum, preferably 20. However, in practice, I've found out it's difficult to push through management/product people. It's completely fine to burden users with 10 different rules about upper/lower case, special symbols, etc., however requiring long passwords is out of the question. Would it not be much simpler to have one rule (for example, "Minimum length is 20 characters")?
Interesting situation and the opposite of what would make sense. You spend taxpayer money to educate in integrate all these young people, then boot them out? Can't speak for the rest of the world, but the country I do have experience with has something called "naturalization process" (not sure if it's the right translation), where children of immigrant families are fast-tracked to citizenship when they turn 18. Which makes total sense to me.
Hey there, does sharing the screen to Mac require some kind of cloud sync? If so, is there any noticeable delay from sketching on the device to appearing on Mac?
Toronto UNIversity System
Nobody? I'm sort of in the same boat (I quite dislike video calls), but my extended family (from young to 60+) have started during pandemic and now continue to video call each other quite regularly - including group video calls.
As I said, not my preference and I rarely join, but for example my wife does video calls almost on a daily basis. So the "selfie" camera seems to be increasingly an important feature for the regular user.
I don't know. It's not what I was used to before in my previous homes (thermostats in different rooms, specific temperature settings, etc.), but you know what? It keeps me warm and is cheapest heating I've ever had to pay for, by far.
The controls available aren't in the sense of thermostats - for example, you can't ask it to keep temperature at 21 degrees during the day and 18 degrees during the night. Instead, it has something called 'heating profiles'. There are summer (passive cooling, essentially) and winter profile (heating). And for the winter profile you can set the level of heating: from -5 to +5 degrees compared to what it considers optimal. I have mine always set to -5, because even at that setting it's warm enough. Note that 'degrees' in this instance is not the air temperature in the rooms, but I believe the water temperature in the pipes.
In other words, it will automatically adjust depending on the time of day, temperature outside, etc. It is possible to influence how it works, via 'administrator' settings meant for the repair guys, but I haven't touched those.
I don't know all the details and reasons, because I don't have enough knowledge about heat pumps. But the explanation given was that takes many hours for the whole system to 'warm up' and start working within optimal range. Turning it on and off frequently would actually make it perform worse, wasting more energy than if it's running all the time.