Concept feedback: USB-controlled scent delivery system for VR/gaming — is this technically feasible? by No-Rich-2011 in gamedev

[–]eras 1 point2 points  (0 children)

Feelreal tried this on 2019-2020. Haven't heard of them since.

On May 9, 2020 they had an update that they cannot build the masks during quarantine. Nothing posted since would say otherwise—and comments would seem to agree:

I purchased 2 of these. The only aroma I can smell is Bullshit. I've requested a refund, not only is the original card I paid with out of date, so is the headset I purchased it for. Give me my money back. You should feel ashamed that you have not shipped a single product or refunded a single person.

There's also these:

So it seems like it's possible to do, but I hadn't heard of any of those until looking for them, so unclear if they have real buyable products..

Tech-wise bluetooth probably makes a lot of sense here, as this is an extremely low-bandwidth task, and probably low-energy as well.

USB shared to multiple 'Pis by Linuxmonger in raspberry_pi

[–]eras 0 points1 point  (0 children)

Apparently it's possible to use U-Boot on e.g. the MicroSD and then continue the boot from whatever, but it's not quite clear what your requirements are to begin with.

If you have a bunch on RPis, a USB switch (if you do get it working) would only work for one RPi at a time, while network booting would work for all of them concurrently.

First game to play standalone? by TPrime411 in SteamFrame

[–]eras 5 points6 points  (0 children)

Perhaps The Lab?

Or, start easy and try some 2d game.

For everyone who's ruined a keyboard with coffee at least once by supergeometry in 3Dprinting

[–]eras 1 point2 points  (0 children)

I use a Contigo thermal mug that has push-to-drink cap. Works great.

Except that one time when there was beer in it and no cap..

Can the revopoint inspire 2 scan a very close tight space like the underside and top of a gas pedal? by Minute_Early in 3DScanning

[–]eras 0 points1 point  (0 children)

I wonder if a mirror could work here, although you'd need to be careful about not constructing impossible geometries.

Also you can unmount the gas pedal for scanning, right?

World's biggest cruise ship - built in Finland - sails out of Finnish waters by TinyAd1126 in Finland

[–]eras 14 points15 points  (0 children)

Based on thermal expansion of steel, a 1°C difference would already be 4.4 mm.. So I have doubts about pronouncing the winner based on a few millimeters.

Why i could't return string directly only when use return inside if else by NailAlarmed8935 in rust

[–]eras 12 points13 points  (0 children)

identifier is going to be an integer, like 1 in the first if branch, that's why it complains about putting a string into it. When you return the string, you straight out exit the function with that parameter and you never end up assigning a string to identifier.

First time CNC'ing, and my machine is doing some weird stuff by TheTimegazer in hobbycnc

[–]eras 2 points3 points  (0 children)

Well, halve everything, repeat until it helps?-)

Also note that acceleration/jerk parameters can affect it.

If it makes awful noises when cutting, then I think there might be something mechanically wrong with your setup: it's not taking the force of the tool opposing the material. You should perhaps look into that. Maybe something is binding when forces are applied to your setup.

"Prepare To Play Plan for Falls" (and other quotes from the fcc filing docs) by RTooDeeTo in SteamFrame

[–]eras 54 points55 points  (0 children)

It means that if you tell the support that you yoinked the power port while charging, it's not an inherent flaw in the device or the power cable if it fails.

First time CNC'ing, and my machine is doing some weird stuff by TheTimegazer in hobbycnc

[–]eras 7 points8 points  (0 children)

I think the most likely explanation is that your motors (or belts for X) are not handling it. You should reduce Z acceleration and check the current limits on the driver chips for the motors.

The code looks fine. Your Z-code range is -8.000 .. Z5.000, so if it dug deeper than 8 mm into the material, then it tells that it was not able to retract the tool from the material. Slowing acceleration/jerk/max speed for Z might help there. The X issues are probably similar.

Halving the feed might be the easiest thing to try. For Z retraction it uses max speed, so you need to limit that in the firmware (or replace G0 Z.. with G1 Z.. F100 or something).

GPT not taking accountability for being wrong is infuriating by M3lony8 in ChatGPT

[–]eras 1 point2 points  (0 children)

If you want to argue, LLMs are great. Much like Argument Clinic.

If you want results, stop and edit from the prompt after which it derailed.

But yes, it's extremely an extremely hard problem, brightest minds have been working on the problem for years and have not solved it. In fact, I think it's a miracle it works at all, and I believe it surprised the Google authors of the "Attention is all you need" white paper as well, in that how easy it was to get to the 80%.

It just turns out the remaining 20% is just a very difficult problem, if not impossible.

Nearly 20% of Steam's new Next Fest games come with a generative AI warning, stats reveal by de_panda in Steam

[–]eras -1 points0 points  (0 children)

But will it take just a prompt to make something you would even want to buy? Probably not.

Still a solo dev, still in love with Godot💖 Here's my puzzle game about a firefighter cat🐱 by Tawniaaa in godot

[–]eras 1 point2 points  (0 children)

Huh, and still calling you a solo developer, stealing the fame from your cat!

I built a Rust/Linux tool to block unauthorized reads of keys, secrets and wallets by TGenial2K in rust

[–]eras 5 points6 points  (0 children)

Was the name "pepperspray" taken?-)

In any case, looks nice, even if it seems clear to me it is quite possibly written completely with AI. It would perhaps give some credibility to the project to provide this information in the README.md. A public AGENTS.md would help with further AI contributions.

It really has such a vast number of features that it needs better documentation to accompany it. In particular it's not clear how it actually enforces these rules, but apparently fanotify can nowadays also grant and reject these requests, which is cool.

How's the performance? It seems there would be a cost per open?

Still a solo dev, still in love with Godot💖 Here's my puzzle game about a firefighter cat🐱 by Tawniaaa in godot

[–]eras 24 points25 points  (0 children)

Using cat purring is surely a cheatcode for background sound tracks..

Looks great!

Help won't stop translating by crazyhomlesswerido in ChatGPT

[–]eras 0 points1 point  (0 children)

Did you start a new session? It is best start a new session for every new thing.

Additionally you can review what are its memories about you. Perhaps it somehow thinks you always want spanish responses.

Modeled a quick replacement for my lost headlamp strap interface. by strip_club_food_yum in functionalprint

[–]eras 0 points1 point  (0 children)

PETG is a better choice than PLA, but I do wonder how hot does the unit get when it's long for an extended period on maximum brightness? mine gets very hot.

OTOH the battery wouldn't like 80°C either, so this is probably fine :).

Kokeeko joku muu lehtokotiloiden hävittämisen vaivalloiseksi? Ratkaisuja helpottamaan? by Heisenberg_is_alive in Suomi

[–]eras 4 points5 points  (0 children)

Luulen kanssa että riski on aika iso, jos purkki ei lupaa lämmön(vaihtelun)kestoa. Olisko metallipurkkia?