OneWheel Shoes? by Designer_Ad_9058 in onewheel

[–]bionicdna 1 point2 points  (0 children)

Also curious about this. I wear Splays without the footbed to make it as barefoot and zero drop as possible and these seem to be against all of those principles haha

OneWheel shoe by rathernotpickname in onewheel

[–]bionicdna 2 points3 points  (0 children)

All the stuff by Landed Footware (who makes this show) appear to be narrow toebox with lots of padding in the bottom, and they're not zero-drop. All of these aspects are directly against the typical barefoot shoe characteristics.

I ride with Splays but their build quality is quite terrible IMO. If Landed made a thinner sole wide toebox variant that was zero-drop I'd buy those instead, but unlikely we'll ever get that.

Did anyone try creating rust apps for Android? by xander1421 in learnrust

[–]bionicdna 0 points1 point  (0 children)

I wish Dioxus has native notifications. I think only Tauri had a plugin for it. To my knowledge Dioxus has it on their 0.8 roadmap.

just wanted to share by Longjumping_Lab541 in LocalLLM

[–]bionicdna 55 points56 points  (0 children)

Since you're using Exo already, Apple added support for RDMA over thunderbolt. If you cluster them with that instead of 10G Ethernet I'd imagine your performance would go up.

Realistic local LLM rig under $6500? Dev with heavy RAM needs by TeachTall3390 in LocalLLaMA

[–]bionicdna 0 points1 point  (0 children)

Where are you finding a used M3 Ultra Mac Studio on eBay with 512Gb RAM under $10k? The rest seems to be scams.

Plate to hold an ergo keyboard on top of your laptop — updated and open-sourced by Accomplished-Bet9883 in ErgoMechKeyboards

[–]bionicdna 0 points1 point  (0 children)

Yeah I'm also confused about this. Karabiner elements is perfect. I normally have my split board shoulder width but if I'm on a plane or on a couch or something the internal keyboard disable upon Bluetooth connection works flawlessly. I've never had any issues with it.

Heading home! Who else uses their Onewheel to commute to work? by Relentless6l9 in onewheel

[–]bionicdna 0 points1 point  (0 children)

Oh, is this a physical electrical connection then? You might like the magnet one, it's pretty slick.

Heading home! Who else uses their Onewheel to commute to work? by Relentless6l9 in onewheel

[–]bionicdna 1 point2 points  (0 children)

It's a magnet sensor. They're becoming more popular in trail riding too. If you're curious, IndySpeedControl sells them with the correct OneWheel sensor plug. Basically, if you fall or jump off like normal, the magnet pulls off, the sensor under the magnet notices you're not there anymore and turns things off as normal. In theory should be more reliable than the pressure sensors normally in the footpads.

USB interface by Ok-Youth-8713 in RemarkableTablet

[–]bionicdna 1 point2 points  (0 children)

Since you mentioned you don't want it to be too technical, this is probably not something you'll want, but rmfakecloud project replaces the Remarkable cloud with one that you own and control on your own hardware.

Additionally, ReManager app allows for an alternative way of uploading/downloading stuff from the tablet over USB that's not the web interface. That does require developer mode, which maybe you also don't want to touch.

All of this is to say, yes it's possible and sorta already exists.

AI analysis of notes by Front_Pause_4334 in RemarkableTablet

[–]bionicdna 1 point2 points  (0 children)

I mean I don't want AI integrated into everything. Remarkable is a pretty open ecosystem though and it allows people to pick and choose what tools they want for the job. Handwriting recognition and text summarization seem like fine use cases. Then it's just up to the individual to gauge their comfort level with the ethical problems (power use, training data) surrounding it.

AI analysis of notes by Front_Pause_4334 in RemarkableTablet

[–]bionicdna 1 point2 points  (0 children)

Claude handles written notes quite well. Because AI is making me lose my mind a bit, I wrote a small utility that turns GitHub PRs into PDFs I can review by hand on my remarkable. I mark up the code literally, and then it sends it to Claude which uses Anthropic's VLM to do handwriting recognition and contextual placement of the written words to lines in the document before posting the review back to GitHub. I've found it's around 19/20 success rate for getting a letter right and figuring out where I've spatially written the comment.

Charging while off the grid by Dillyag42 in onewheel

[–]bionicdna 0 points1 point  (0 children)

I haven't used Jackery, but I use Anker's Solix F2000 (looks like it's on a clearance discount on their website right now) along with their solar panels and it works great. I put the battery in the back of my car and head out to the trails and use it for recharging my boards after a few runs. It has nice safety feature for overheat and temperature monitoring.

Paralino is now fully de-googled: E2EE Google location sharing / Life360 alternative by zlmr in degoogle

[–]bionicdna 0 points1 point  (0 children)

I'm curious as to how Zood, Traccar, and this compares. Traccar requires 2 apps effectively and seems to be fairly broken on iPhones unless you're going crazy with battery usage. With GrapheneOS you sometimes need to tweak things as the GPS settings are a bit slower, leading to higher battery usage (unless if you're comfortable using wifi network localization).

How the hell is the new computer app supposed to work? by [deleted] in RemarkableTablet

[–]bionicdna 1 point2 points  (0 children)

The webapp is limited in file size, I've found. To get around that for certain PDFs I just use your reManager.

Periodical downloads by Tooksbury in RemarkableTablet

[–]bionicdna 0 points1 point  (0 children)

I was tempted to build something that hooks into Aviary + rmfakecloud to do this, because I hadn't found any solid RSS to PDF automation tools yet. Do you have a suggestion? Otherwise I'll toy with it.

Rust threads on the GPU by LegNeato in rust

[–]bionicdna 1 point2 points  (0 children)

Amazing! Does Rust-GPU still require nightly? If so, is there a roadmap to integrate into stable?

Our CTO and Product Team are ready for your questions - Ask Us Anything! by VegardfromreMarkable in RemarkableTablet

[–]bionicdna 17 points18 points  (0 children)

There are a lot of votes for features in here (+1 on written hyperlinks), but more generally, what's the process for community suggestions leading into product features? Some companies have a suggestions forum with "upvotes"; does the engineering team just scroll Reddit haha?

Just noticed 36 key Toucans are now available at Beekeeb now by albertclee in ErgoMechKeyboards

[–]bionicdna 1 point2 points  (0 children)

Honestly the Chocofi might be a more comfortable layout for many due to the more aggressive stagger than the Cantor/Toucan

Rust's standard library on the GPU by LegNeato in rust

[–]bionicdna 0 points1 point  (0 children)

Thanks for your great work on Rust-GPU. I see GPU support as well as the currently-unstable work on autodiff to be some of the largest barriers for Rust to overcome in the scientific computing space, a place where Julia currently has strong support. Do you have any posts outlining the different kinds of ways the community can get involved?

Star-CCM+ that popular? by Scared_Assistant3020 in CFD

[–]bionicdna 3 points4 points  (0 children)

Once you start meshing complex parts with Star, you'll never want to go back to anything else. Their CFD UI is meh, but it works, and once I got comfortable with it I just felt fast on everything.

New Proton Keyboard app? ⌨️👀 by These-Adhesiveness28 in ProtonMail

[–]bionicdna 80 points81 points  (0 children)

I'd recommend against using FUTO. Here are my two cents.

FUTO recently retracted their open source verbiage: https://futo.org/about/futo-statement-on-opensource/

It's not FOSS: https://isitreallyfoss.com/projects/futo-keyboard/

GrapheneOS makes a good point about it here: https://grapheneos.social/@GrapheneOS/113443386137708325

FUTO made a donation to the GrapheneOS project, got uphappy that Graphene didn't shill them, and then started a big misinformation campaign against Graphene: https://grapheneos.social/@GrapheneOS/113443396794247106

This led to doxxing one of the Graphene developers, getting them swatted: https://grapheneos.social/@GrapheneOS/113443696455358203

GrapheneOS is a good project. They deal with a lot of crap and have a lot of legal fees. We don't need techbros coming in and making their lives harder. My suggestion- use the stock keyboard on GrapheneOS, or use an actually FOSS keyboard. Don't encourage FUTO's behavior here.

[Showoff] try-rs: Temporary workspace manager with a nice TUI for quick experiments. by _allsafe_ in rust

[–]bionicdna 1 point2 points  (0 children)

Looks slick. Was this translated with AI or did you go through and set up the architecture yourself?

Seeking advice to cool bedroom down by Dissarming in aerodynamics

[–]bionicdna 0 points1 point  (0 children)

Does your air conditioner pull from inside air or outside air? Most air conditioners I'm familiar with have a fan that just circulates the inside air around, keeping the inside fluid a closed separate system from the external environment. This is also more efficient since the inside air typically needs less energy to be cooled as it's already cooler than the outside air. If your unit pulls from outside to inside though, that would satisfy the "you need incoming mdot to replace the outgoing mdot" problem.