US Bill proposed to jail people who download Deepseek
thevoidzero @ thevoidzero @lemmy.world Posts 9Comments 270Joined 1 yr. ago
Yup, considering they deprecated so many functions and removed them I'd imagine switching would be really hard.
Even while writing my new projects in gtk4 (tiny projects) I run into problems of many solutions no longer working because the functions are removed without any replacements.
I support this if it applies to everyone, not just AI. We should be able to use everything that we see as well
I rarely use my computers for games. Occasional bomb squad game with my wife. That's about it. I use it a lot for watching things, and coding a lot, related to work/personal projects and such. It was weird for me to find out most people that spend a lot of time on computers here are doing it because of games. Not because computers are fun to work with.
I'm saying if at least half the population was horrified they'd have voted. The people that didn't vote are apathetic. You can't subtract people who voted for him from total and group them as against him
At least - no, in that case it wouldn't have happened. At most half. I'd say it's way below half.
This simply means the only reason we search life in other places is to take those places for ourselves.
We need more information to reach people. So far I've only seen people be into Linux when they have less social life growing up so they spend time online (not in tiktoks or such like now).
Since most people hearing about Linux from class or other people only hear about the bad aspects or how hard it is if they even hear about it. When I came to US university, I was so surprised noone knew about linux or cared enough except handful of people. And most people did it for work (super computer people, grad students) that didn't like it and express their opinions openly.
I'm not an author, I'm a scientist. So I don't know what the through process of authors are. But I it probably would take long time to actually find alternative ways to do the things same as us but underwater. The civilization won't be like us, they would not have same technology, they wouldn't have same values. Authors are probably trying to capture general population's interests by making things they understand.
And do you think "hey I haven't heard anyone say something to me about earth rotating sun" would have been a good counter argument in the past.
Water is incredible, we don't know all the ways we can use it. Sometimes it takes hours to simulate what water does in seconds. Unlike other materials like metals, which are lot easier to predict. And if we're talking about aliens, don't even have to think water, it could be something else as flexible as water, while having properties that makes it easier to use.
Does your glasses need electricity to function? Before electronics came and we started making everything need electricity do you think we were not advanced civilization because we only used mechanical power? If you had come that far and suppose had limitations like "can't use electricity coz I said so", the development would have stopped? They would have found other ways.
Again, that's because you are human, and you think your way is the only way.
To make hydraulics you need metal
How does your arm work? How does octopus move? You think you can't make an structure like human arm, or octopus tentacles without metal, and then have a tube going through it in a way the water in it can move them. Look up soft robots. There isn't just one way to tap into mechanical energy and move things. We did what we found first, improved on it. But thinking that's the only way just shows narrow mindedness.
You need to heat metal
You don't. You know aluminum used to be so expensive because you couldn't really extract it from the ores like iron. Wasn't found in pure form like gold. Then someone found you can use electrolysis to get aluminum from its ore. Then it became so cheap.
You don't just heat metal and put it in mold for every type of metal work. In micro scale there are 3d printing methods similar to electroplating, it's very precise.
And even if there is a need of heat, how can you say ocean doesn't have it. A species could find out a way to tap into volcanic vents. Similarly how we use groundwater and rivers. They could use volcanos and geothermal energy. We do many many manufacturing processes under water in a tank containing water. They could make air tank and do things there too.
Tech needs electricity and fire is not universal. That is what we use.
Our brain is lot more complicated and efficient than the computers we make and it uses ions, in liquid media. So something that lives in water could definitely be able to make something that would be able to use similar things to do processing. Water is also really good with doing things, it's flexible but doesn't compress/expand like air does. Think about hydraulic systems. You can make them smaller and smaller as your tech progresses. Mechanical things using metals and such would work in water as well. Think about gold and such that can be used for electricity as well, we don't use it because it's valuable, but an alien world could have abundance of gold for them to use.
Yeah, and also even if there's smart people doing it, it doesn't matter. Supposed 10% of people don't use Amazon, as long as 90% are fine, it won't affect them. Most people won't look beyond "it costs me less", the whole reason thing like temu is widespread is exactly that. People don't care about other people, ethics of things, or even the long term effects of their actions. They just see low price vs high price on everyday setting.
If a chain restaurant gave half price food for a year in a loss to take out all local businesses people would gladly buy it. And then when everything is gone and that chain raises price because there's no competition they'll just blame other people, economy, whatever they can find.
In many cases it also comes from the side that people can't afford to spend more money for the right reasons. Many people are living paycheck to paycheck, and those that aren't, are still not well off and want to save as much money as they can for retirement/emergencies. You can't count on anyone except yourself for your future, so they'll take whatever costs them less now.
Yes thank you. I am using it. I'm good with finding things on the Internet but I'm struggling with parts that are deeper and not well documented. There are big projects that use pyo3, but not plugins. And there are big projects with plugins but not pyo3.
A simple analogy is, would you rather have keyboard with a-z and symbols you can use to build words/sentences, or would you want a wordlist you can scroll and click, while expanding words in groups, and having to find non-frequent words with a lot of difficulty to make up sentences.
Command line use is harder if you come from gui. But the main use case of command line are:
- automation: anything you can do in a command line, can be copied in a script,
- uniformity: every software now has almost the same format of use,
- flexibility: gui almost always has less options than command line, and many times options are hidden within a lot of tabs and options.
- Auto complete: whenever someone complains about terminal being hard to use and spelling mistakes I think about this. I think many people that come from GUI don't know about auto-completion on terminal. It's easy to see which options are available, easy to choose files, wildcards for multiple files, and all that
- piping: command line allows you to chain one command with another. You have a command to list all your music files, chain that with a search command to search files within them. Now if you need to search in a python code, you use the same search command, just different command to read the file. You basically have lego blocks (old ones) that can be used to make anything.
I can understand people being afraid of command line when they start, but I think many people come with biases and don't use good terminal and other tools to make things easier.
Once a bloodline has no more children, its history is lost to the wind—extinct and likely forgotten.
Tell that to Newtown
Thank you.
I did consider Julia in the beginning, but I'm using rust so I can make a python library available for people. And also because I can easily transfer other programs I have, and some other libraries in C into rust easily. My project is mostly about connecting the existing tools the grant agency has plus tools scientific communities use.
What do you mean by official language communities? I don't know what is rust official community. I am in rust discord but I have never gotten any response on any questions I ask about non trivial things there. I need people knowledgeable about macro, stable abi, and other features.
I'm not from CS related field. Me and my advisor don't know professors in CS fields, and my university doesn't have CS grad programs when I looked around. And I need an external professor anyway. My friends that are in CS grad school all do AI/ML related research.
There is a python library as well. But the core algorithm and the plugins are in rust. The GIS component also is computationally intensive or memory intensive, that makes Rust have advantages over python. And the Whitehouse is also talking about more memory safe languages so it seems like a good choice to do it in rust over c/c++ for computational parts and the plugin architecture.
Edit: As for professors. I need external professor for my committee, and this is a good option as I'm not familiar with any CS professors in my university that do grad research.
I'm trying to do computationally intensive things, and I didn't want to do them in C/C++ because of practical reasons. I am making a python library as well, so people using the program can either use the CLI/rust library or the python library. The plugins and the core program is in Rust.
Where are you going? I'm currently on last yr of PhD and thinking of leaving, but I don't know if I should abandon the PhD to leave or not. I'd like to finish it, at least do it remotely, but chances of finding work immediately after PhD are slim.