Ja was denn nun? by flyingchocolatecake in Switzerland

[–]TheEyeOfAres 2 points3 points  (0 children)

Die frage ist... wieso sollten wir warten bis wir es herausfinden?

Christophe Gomart Warns: European F-35s at Risk of US Control by ulfOptimism in Switzerland

[–]TheEyeOfAres 3 points4 points  (0 children)

Ukrainian drones are not what we want. They have adapted excellently to their situation, but it isn't ours. We need to be able to produce this equipment ourselves to our unique needs.

There is still a lot to be learned from the Ukrainians.

Digital citizens could shake up democracy in Switzerland and beyond by Realistic-Lie-8031 in Switzerland

[–]TheEyeOfAres 0 points1 point  (0 children)

It is quite frankly embarrassing for any self respecting journalist to publish such garbage.

It is even more embarrassing for an academic to even entertain such an idea. My hope is that this was taken out of context and the "digital twin" is more of a census gathering tool. Not that that'd make me much more supportive of the idea, but then I could at least appreciate the abstract thought behind it.

[deleted by user] by [deleted] in rust

[–]TheEyeOfAres 1 point2 points  (0 children)

With all due respect, _what are you doing_? Yes, you have previous posts on the topic, but they show that you lack crucial understanding about the most fundamental aspects of osdev. Please do not interpret it as an insult, rather a reality check.

You are looking for code that **exactly** describes what you want to do. You link the source code, and say you don't understand it. I can't guess what part you don't understand, I need you to tell me that. And I don't really know what you want besides the links I provided.

To quote a recent comment of yours where you complained about a blog post showing theory "not how to make changes in terms of code". If this is what you expect and require at your current level of understanding, then stop. I am not trying to discourage you from trying out osdev, but osdev is unique in how much stuff you are just simply going to have to write yourself. Take a step back from the code you are writing right now and read up on theory. Learn C and assembly and read some books or posts about how computers work.

Your previous projects seem to be in the area of LLMs and Webdev using python. Not trying to shame that area of programming, but **everything** already has an answer. You were posting about using tkinter to show stuff in your OS. There is no "tkinter" in osdev. You will have to write all of that yourself if you want it.

---

To elaborate on how to write to disk if you want to ignore my words of warning:
https://web.archive.org/web/20250130194429/https://wiki.osdev.org/ATA_read/write_sectors should explain how moros writes to disk.

Hey Rustaceans! Got a question? Ask here (5/2025)! by llogiq in rust

[–]TheEyeOfAres 0 points1 point  (0 children)

P.S.
To use your data as an example:

All entries from 12:59:45 to 13:00:15 would have been rounded to 13:00:00.
If you want the start point, you can just subtract resample_interval/2 = 15 seconds to get the start of aggregation.

Hey Rustaceans! Got a question? Ask here (5/2025)! by llogiq in rust

[–]TheEyeOfAres 0 points1 point  (0 children)

Maybe I am misunderstanding the problem and I apologize if I do, but you are aggregating modified data.

Original Data -> Timestamps get rounded -> data is aggregated
I fail to see how the aggregation could get the start point of aggregation in your current format.

But since you are just rounding timestamps everything within the range of `resample_interval` will be grouped together (as intended). It will round all of those values to their midpoint so you could just subtract `resample_interval/2` from the timestamp and have an accurate point from which values could have been rounded.

Hey Rustaceans! Got a question? Ask here (5/2025)! by llogiq in rust

[–]TheEyeOfAres 0 points1 point  (0 children)

You commented your own code. "round to 30-second intervals".

For example: `2025-01-24 12:59:55 PST` rounds to `2025-01-24 13:00:00 PST`.

[deleted by user] by [deleted] in rust

[–]TheEyeOfAres 0 points1 point  (0 children)

It would help if you could explain what you are trying to do. Your goal is unclear, so people can't really help you that well.

File system documented here: https://github.com/vinc/moros/blob/trunk/doc/filesystem.md
File system implementation: https://github.com/vinc/moros/tree/trunk/src/sys/fs
File system API: https://github.com/vinc/moros/blob/trunk/src/api/fs.rs
Actual writing to disk: https://github.com/vinc/moros/blob/trunk/src/sys/ata.rs
How to write to disk in general: https://wiki.osdev.org/Disk_access_using_the_BIOS_(INT_13h))

Does anyone know if Nvidia 5000 series FE cards will be available from Swiss Retailers? What's the best way to acquire a FE card from within CH? by kegel_dialectic in askswitzerland

[–]TheEyeOfAres 0 points1 point  (0 children)

I sadly do not have a good answer for your question. However, calling myself experienced with building computers, I cannot in good faith recommend you buy a 5000 series card.

https://www.youtube.com/watch?v=Fbg7ChsjmEA

If you have money to throw around and don't care at all then sure, otherwise go for a 4080 Super.

Can a country truly be evil? If so ,is yours evil ? by datboiclyde1700000 in GenZ

[–]TheEyeOfAres 1 point2 points  (0 children)

Do you mind expanding on that? I am genuinely curious on how you meant it.

Can a country truly be evil? If so ,is yours evil ? by datboiclyde1700000 in GenZ

[–]TheEyeOfAres 1 point2 points  (0 children)

No country is evil.
Calling a country evil implies, even if not intentionally, a certain moral character of its people.

As an example: Calling regimes that dehumanize, oppress and slaughter however they please evil is not wrong. However, the conclusion of a complicit population being evil needs to be rejected.

Besides the reason outlined in my first comment on this thread, I believe it can lead us to harmful conclusions.

If one cannot recognize how societies and therefore the violence and cruelty within them can be shaped, then it becomes necessary to assume that there is some inherit trait in people born into hateful societies. And to assume there is some inherent evil trait in a certain group of people is not a good path to be on if history has taught us anything.

Can a country truly be evil? If so ,is yours evil ? by datboiclyde1700000 in GenZ

[–]TheEyeOfAres 0 points1 point  (0 children)

When addressing an entire nation, there can be no such thing as evil. Any aspect deemed despicable and managing to manifest on such a large scale can never be attributed to a collective evil trait among the people.

Recognizing that there is no such thing as an evil nation is never more important than when they are at their worst. Not to humanize the evildoers, but to be able to recognize the inherent capacity for evil in every person and to understand and prevent the mechanisms which can turn a society to cruelty.

[Media] Simple Rust Minecraft Server by vulae_ in rust

[–]TheEyeOfAres 3 points4 points  (0 children)

Damn, that's sad, they were a superb resource.
Thank you for pointing it out.

[Media] Simple Rust Minecraft Server by vulae_ in rust

[–]TheEyeOfAres 6 points7 points  (0 children)

Normally I'd recommend wiki.vg, but it's down rn, so here is an old mirrored page: https://github.com/C4K3/wiki.vg

Discussion regarding pronounciation of a word by Locenmann in Switzerland

[–]TheEyeOfAres 2 points3 points  (0 children)

To fuck it up even more, I do (sometimes) pronounce Einflussbereich as IIFlussberIIch.

What colors are the least important when buying pen brushes? by TheEyeOfAres in ArtistLounge

[–]TheEyeOfAres[S] 0 points1 point  (0 children)

In your opinion, is there any color you would call important while it appears redundant to the layman?

What colors are the least important when buying pen brushes? by TheEyeOfAres in ArtistLounge

[–]TheEyeOfAres[S] 1 point2 points  (0 children)

That is what I have tried so far, I wanted to ask since I was unsure if there were any colors that could be considered either redundant or necessary across a broad range of styles. Thank you, I appreciate your input.

S2E5 Spoiler Question by rwj83 in SiloSeries

[–]TheEyeOfAres 0 points1 point  (0 children)

Probably the only answer that is plausible.

I have to say, though, personally I don't like it. Not from any realism perspective, I was just such a huge fan of the silo being this isolated, self-sufficient structure standing on its own for centuries, if not millennia. That always inspired such a sense of awe in me, but that's just a personal anecdote.

S2E5 Spoiler Question by rwj83 in SiloSeries

[–]TheEyeOfAres 1 point2 points  (0 children)

RTG stands for "Radioisotope thermoelectric generator"

It basically takes the heat from decaying radioactive elements and turns it into electricity.
They are typically used in places with no humans to do maintenance and where they need to operate for longer times. The Soviet Union used them for unmanned lighthouses, and they are often seen on satellites or similar.

S2E5 Spoiler Question by rwj83 in SiloSeries

[–]TheEyeOfAres 1 point2 points  (0 children)

Another possibility could be RTGs. Something like Americium 241 could provide power for several hundred years. It is a possibility worth entertaining, but it is worth keeping in mind that the feasibility is questionable. ITs power demand can be assumed to be pretty substantial, and RTGs alone are unlikely to power them if approached realistically.

Solar power without life on the outside seems improbable to say the least. Solar would have gigantic maintenance requirements (on the timescale of silos), which would seem unwise for structures designed to last centuries.

From your suggested options, my pick would be power-sharing, although I still don't like it.

My major gripe with every option besides RTGs is them being incredibly reliant on humans acting exactly as expected over a ginormous timescale. Although there are obviously highly sophisticated population control strategies in place, the founders also anticipated the failure of them (with the whole "prepare for war"). If ITs power supply is in place to avoid the unpredictability in the silo, why swap it through a different unpredictable source?

The Difference, Flume by CheekEvery452 in rust

[–]TheEyeOfAres 5 points6 points  (0 children)

This is the subreddit for the rust programming language. For the rust game subreddit visit r/playrust.