That’s pretty cool! Does anyone know if this allows one to play anti-cheat enabled games? Would be interesting to know if we can spoof HWID stuff with this to make it look like we’re playing on an actual Windows device.
andrew0
- 7 Posts
- 46 Comments
This is true only if the decisions were made independently. If you allow people to make a decision after they’ve seen the metrics, this no longer holds.
Here’s an example of the first. You go at a farmer’s market with a cow and you ask everyone to write on a piece of paper what they think the weight is. If you get the replies and average them, you will find that the mean of all answers will be quite close to the real answer. A mix of non-experts and experts will iron out a good answer somehow.
Now take the average experience of going to a restaurant. One might have just opened recently, has great food and great staff, but only 5 reviews, at an average of 3.8 or something. Another restaurant nearby has been open for 3-4 years, and has 1000 reviews, at maybe 3.9. People will usually follow the one with more reviews because they think it’s the safer option due to the information available. However, if you were to hide this and ask them to choose by just looking at the venue and the menu, they would probably choose the first one.
Group dynamics are quite interesting, and the psychology behind this is quite funky sometimes :D
andrew0@lemmy.dbzer0.comto
Ukraine@sopuli.xyz•Trump says Zelenskyy is prolonging war in Ukraine by resisting calls to cede Crimea to Russia
2·1 year agoMy bad, I initially read that we should give Florida to Russia in exchange for Ukraine getting back Crimea, haha. I said giving Alaska instead because it was also part of Russia before, so they could spin it off the narrative similarly to what they did to Ukraine.
But yeah, I don’t think the clown in the White House can really understand the situation unless you put it in perspective for him.
andrew0@lemmy.dbzer0.comto
Ukraine@sopuli.xyz•Trump says Zelenskyy is prolonging war in Ukraine by resisting calls to cede Crimea to Russia
3·1 year agoWhy not give Alaska back to Russia? You know, if we’re at the stage where we say we cede territories…
andrew0@lemmy.dbzer0.comOPto
Free and Open Source Software@beehaw.org•Open Source Text-to-Speech and Speech-to-Text on Android?
1·1 year agoThanks for the SherpaTTS suggestion. I really like the GLaDOS voice <3
I am not sure which phone you use, but are you able to set FUTO Voice as the default “Voice input” in the Android settings? I played around with a few apps, which show up. However, FUTO is not an option here :(

andrew0@lemmy.dbzer0.comOPto
Free and Open Source Software@beehaw.org•Open Source Text-to-Speech and Speech-to-Text on Android?
2·1 year agoThanks for the suggestion! I gave this a try, but it seems that it won’t register any voice 🤔 However, it seems like it shows up in my settings, so it’s a good sign. I’ll try to get it to work :D
andrew0@lemmy.dbzer0.comOPto
Free and Open Source Software@beehaw.org•Open Source Text-to-Speech and Speech-to-Text on Android?
2·1 year agoThanks! I was actually looking at this, but I gave up because I couldn’t really figure out how to get a multilingual model running through Obtainium. I’ll try again :D
andrew0@lemmy.dbzer0.comto
Stable Diffusion@lemmy.dbzer0.com•Anyone know of a good QR code generation service for high-res images?English
61·1 year agoYou can also generate a lower quality image and use an AI upscaler to increase the size of your artistic QR code.
andrew0@lemmy.dbzer0.comto
Asklemmy@lemmy.ml•I am 40 and a nurse. Would it be more beneficial to get a cyber security degree? Instead of bouncing around the countries as a traveling nurse?
1·2 years agoI’m really sorry to hear that. I hope you have enough support to deal with it!
Regarding bioinformatics, it doesn’t have to be a human-centered job. You can get into the data science aspect of it, and make good money off of helping research diseases, for example. This could also be a remote job, and you’d probably have an easier time getting into it. For data science, you can get quite far with Python, which is easier to pick up when compared with other languages.
You can also explore your options further by just asking ChatGPT, and seeing what the potential job requirements would be. It’s decent if you want to brainstorm some stuff, but do look up the information yourself on search engines. Write there your experience, what you’d want, and what to expect if you were to jump in that field. Perhaps this could help you decide better.
I wish you the best of luck!
andrew0@lemmy.dbzer0.comto
Asklemmy@lemmy.ml•I am 40 and a nurse. Would it be more beneficial to get a cyber security degree? Instead of bouncing around the countries as a traveling nurse?
34·2 years agoIf you already have medical knowledge, why not look into bioinformatics? Cyber security would be a pretty big jump if you’re not into tweaking computers as a hobby. For example, have you ever set up Linux on your own?
Certifications will give you a starting point, but it will take years for all the information to settle properly in your mind.
andrew0@lemmy.dbzer0.comto
Selfhosted@lemmy.world•Self-hosted music streaming (and me giving up on it)English
24·2 years agoPiracy. I’d buy albums if I had money, though. I’ll slowly phase into getting them once I get some more cash.
I can find most stuff I listen to, and I rarely grow my music library. I mostly listen to 20-30 albums, with some more mainstream music peppered in.
My music library currently sits at 90 gigabytes (mostly flacs), so quite small compared to others I’ve seen around here. Still, I have plenty of variation to keep me entertained :D
If you have Tidal, aren’t there some apps to rip the lossless audio from there? You could get most of the stuff that you need, and then cancel the subscription. If you feel bad, maybe order some merch from the band, haha.
andrew0@lemmy.dbzer0.comOPto
Technology@lemmy.world•Redox OS 0.9.0 - Redox - Your Next(Gen) OSEnglish
3·2 years agoClick for longer opinion
If I remember correctly, even though Fuchsia is used in production, it is mainly targetting mobile or IoT devices. Nevertheless, the underlying micro-kernel, Zircon, is written in C/C++, which differs from Redox. Now, I’m not saying that Redox solves everything by writing the kernel in Rust. It will require plenty
unsafeblocks to achieve what it needs, but it makes you aware beforehand that you should be careful about how you implement that bit of code. Having this clear marking could also make the kernel code review process more likely to catch issues.Disregarding this, if I am not mistaken, Redox aims to be a drop-in replacement for Linux one day, both for desktop and server, while Fuchsia only wishes to be integrated in/replace Android. Linux is perfectly fine for most use cases, I am not suggesting otherwise! However, given how many issues resulted from overflow/memory corruption issues that could have been potentially easier to identify if Rust (or any other memory safe language) was used, you’d think that there is incentive to rely on it for kernel development. Linus himself made this decision as well when allowing Rust to be used in the Linux kernel development (albeit perhaps a bit too early).
The Linux kernel is not flawed, and Redox is probably years away from being even near it. However, having memory-safety from the get-go as a requirement for developing the kernel could lead to fewer exploits, compared to what we have today with Linux. Just as you’ve said, most users are not aware of it/they don’t care, but the big players will care about keeping information safe on their servers. Just to conclude, Redox OS is not just Linux rewritten in Rust, and could potentially have many other benefits that are particularly juicy for data centers. Too bad it’s not production ready yet :D
andrew0@lemmy.dbzer0.comOPto
Technology@lemmy.world•Redox OS 0.9.0 - Redox - Your Next(Gen) OSEnglish
3·2 years agoThat’s unfortunate :( I think you can still run it in QEMU, if you’re interested.
andrew0@lemmy.dbzer0.comOPto
Technology@lemmy.world•Redox OS 0.9.0 - Redox - Your Next(Gen) OSEnglish
11·2 years agoI see your point. However, integrating Rust properly in the Linux kernel is an uphill battle. Redox OS is not at all close to being stable, but it showcases that you can build a Rust kernel from scratch, and integrate it into an OS that meets some of the requirements of a modern one. Of course, considering it a toy project and glancing over its potential doesn’t help with adoption. They even mention in their description that currently they can only support a community manager and a student developer with the current donations. When you compare that to the amount of money and developers involved in the Linux kernel, it’s insignificant.
I was not suggesting that the Rust For Linux devs jump ship, but it could be beneficial for the investors behind the project to look at alternatives. Heck, the Linux kernel started as a toy project itself. I believe that a team focused solely on such a Rust-only kernel could spearhead needed changes to reach something stable, as opposed to investing time and money into fighting established C developers to integrate a memory-safe language in the kernel fully.
andrew0@lemmy.dbzer0.comto
News@lemmy.world•The Internet Archive Loses Its Appeal of a Major Copyright Case
5·2 years agoIf I am not mistaken, the difference was that the Internet Archive was distributing books with a DRM that would make the PDF unusable after a certain time. You could relate it to how a physical library offers books for a limited time, for free. Now, of course, one could bypass the DRM or copy the contents differently, but so can another person photocopy a book they borrowed physically. Meanwhile, other physical libraries are allowed to distribute e-books, but I’m not sure if that’s made possible due to licensing fees.
I’m not saying that they approached this well, especially given the copyright laws in the US, but it was indeed a good thing for the normal person at the time. Too bad that the judicial system in the US is biased towards leeching companies. I really can’t wait to see the AI vs publishers fight, though. Let’s see who has deeper pockets and better plants in the courts :D
Organic Maps. Make sure you download the areas beforehand. The resolution for walking paths is much nicer, and you can clearly see the routes of temples and other points of interest.
It also shows data about drinking faucets, toilets, and other things provided by users.
You’re right. I read past the “I want to learn ML” and went straight to “do something useful with the data”.
If the goal is to understand how modern LLMs work, it’s also good to read up on RNNs and LSTMs. For this, 3Blue1Brown does an amazing job, and even posted an in-depth video about transformers. I’d watch that next, followed by implementing a simple transformer in PyTorch (perhaps using the existing blocks).
You could argue that it’s important to design everything from scratch first, but it’s easier to first go high level, see how the network behaves, and then attempt to implement it yourself based on the paper. It is up to OP how comfortable he is with the topic though 😁
Depending on how much compute you have available, you can look into finetuning models from HuggingFace (e.g. Llama 3, or a smaller Phi model). Look into LoRA, and try to learn how the model you choose calculates the loss.
There are various ways to train, and usually involves masking the input by replacing random input tokens with the mask token. I won’t go into too much detail with this, because it’s a lot to explain, and I suggest you read an article on this (link1 or link2)
andrew0@lemmy.dbzer0.comto
Fuck Cars@lemmy.ml•Cycling isn't legitimate transportation...apparently
42·2 years agoThat person clearly hasn’t witnessed Dutch students carrying a whole bedroom on the back of their bike.








Wero is being rolled out slowly in Western Europe. I believe it’s already a thing in Germany, France, Belgium, and followed soon by the Netherlands.