HackerTrans
TopNewTrendsCommentsPastAskShowJobs

v9v

617 karmajoined 4 anni fa

Submissions

The Tool Bans Just Arrived [video]

youtube.com
1 points·by v9v·mese scorso·0 comments

VibeOS – Hallucinated Operating System [video]

youtube.com
17 points·by v9v·mese scorso·3 comments

Good Bonds

robot-daycare.com
2 points·by v9v·3 mesi fa·0 comments

The Unsettling Vision of Rei Kawakubo (2005)

newyorker.com
2 points·by v9v·3 mesi fa·0 comments

Christopher Helmke – The hidden engineering behind the screw dispenser [video]

youtube.com
2 points·by v9v·4 mesi fa·0 comments

Roadrunner: A bipedal, wheeled robot for multi-modal locomotion [video]

youtube.com
4 points·by v9v·4 mesi fa·0 comments

Topology-aware routing of 3D-printed circuits (2020)

sciencedirect.com
1 points·by v9v·5 mesi fa·0 comments

Compressed Air Gramophone

en.wikipedia.org
2 points·by v9v·5 mesi fa·0 comments

iRobot's Cofounder (Colin Angle) Weighs in on Company's Bankruptcy

spectrum.ieee.org
3 points·by v9v·7 mesi fa·1 comments

Features of projection surface locations in engineering in different countries [pdf]

e3s-conferences.org
2 points·by v9v·8 mesi fa·0 comments

Using WhatsApp from Emacs

xenodium.com
31 points·by v9v·8 mesi fa·0 comments

Autonomously Folding Napkins for 24 Hours

dyna.co
2 points·by v9v·8 mesi fa·0 comments

Don't Trust Smart People

mtmason.com
3 points·by v9v·8 mesi fa·0 comments

Circus CA-1 (cooking robot)

circus-group.com
3 points·by v9v·8 mesi fa·0 comments

Zone of Death (Yellowstone)

en.wikipedia.org
3 points·by v9v·8 mesi fa·0 comments

Memories of Rubinstein and Liszt (1920)

etudemagazine.com
3 points·by v9v·9 mesi fa·1 comments

Dimensional Analysis in Programming Languages (2018)

gmpreussner.com
3 points·by v9v·9 mesi fa·1 comments

Weird CPU architectures, the MOV only CPU (2020)

justanotherelectronicsblog.com
123 points·by v9v·10 mesi fa·30 comments

comments

v9v
·19 ore fa·discuss
Parts of this reminded me of the book "Sadly, Porn".
v9v
·23 giorni fa·discuss
For Firefox I've switched to Glide (Firefox fork?) and configured it to implement Emacs keybindings. There is a config on the project's Github discussions page that I started off of.
v9v
·27 giorni fa·discuss
I'll add another to the list of relevant links in the comments: https://spectrum.ieee.org/orbital-data-centers-heat
v9v
·29 giorni fa·discuss
For those that don't know, this is a reference to a lovely story involving Charles Proteus Steinmetz https://www.smithsonianmag.com/history/charles-proteus-stein...
v9v
·mese scorso·discuss
I guess you're writing it all out for educational purposes, but conventionally to describe the kinematics of a serial robot arm Denavit-Hartenberg parameters are used, which needs only 4 parameters per link.
v9v
·mese scorso·discuss
It's hard to find it since it's a livestream. From the comments: https://www.youtube.com/watch?v=HG0twQJ7aG4&t=16047s
v9v
·mese scorso·discuss
Somewhat relevant is a blog-post that likens attention to kernel smoothing: https://bactra.org/notebooks/nn-attention-and-transformers.h... (as discussed before in https://news.ycombinator.com/item?id=38756888)
v9v
·mese scorso·discuss
Finally an auto-accompanist to rival Band-in-a-Box? https://www.bandinabox.com/
v9v
·2 mesi fa·discuss
Recently a new VS Code extension was announced that you may want to check out: https://old.reddit.com/r/lisp/comments/1tn3zff/new_cl_vscode... It purports to be more stable.
v9v
·2 mesi fa·discuss
I think Kevin Kelly has taken the opposing side before: https://colossus.com/article/flounder-mode/ (discussed https://news.ycombinator.com/item?id=44455933)
v9v
·2 mesi fa·discuss
There are a few of these being sold as products: AGIBOT has some models like that (eg https://www.agibot.com/products/A2_W). One argument that could be made for legged robots is that these wheeled ones can only work in wheelchair-accessible spaces. Legged robots can also balance themselves dynamically: a wheeled robot may tip over if anything violates its static balance, eg. carrying a load high up and going through a steep incline, though I guess having the torso be tiltable as in https://www.agibot.com/products/G2 addresses that.

Legged robots overall have more implementation complexity, spend energy just to idle standing up, but can go over much more varied terrain provided the controller is good enough. There are ways to adapt wheeled bases to different terrains (eg. larger wheels, whegs, RHex, rocker-bogies) but we know how to use legs to locomote over many terrains from personal experience, while the perfect wheeled/non-legged locomotion system perhaps remains to be designed.

There's also the way robotics is going toward data-driven methods, which in some forms (ie. imitation learning) require human teleoperation data. Here having the robot mimic the human form makes the mapping from human joints to robot joints easier (compared to other morphologies where you'd need to figure out how to best approximate a human motion with the joints/joint limits your robot has, though this is not impossible).
v9v
·2 mesi fa·discuss
There's also Bike for CL/.NET interop: https://github.com/Lovesan/bike
v9v
·2 mesi fa·discuss
Put me down as interested!
v9v
·2 mesi fa·discuss
Ada/SPARK may also be worth a look.
v9v
·3 mesi fa·discuss
DREI = DREI Replaces EINE's Inheritor

https://mcclim.common-lisp.dev/static/documents/drei.pdf
v9v
·3 mesi fa·discuss
I use https://github.com/TxGVNN/github-explorer for this and even though it doesn't have a C-x C-f nicety (you just m-x github-explorer then type in the repo name) it works via http (or at least I don't recall giving it any API key or anything).
v9v
·3 mesi fa·discuss
One thing to be mindful of is that you can get a simulation to behave in (almost) any way you want if you set the parameters right, so you should take care to understand the assumptions that you're baking into your sim before taking its results as gospel.
v9v
·3 mesi fa·discuss
For it to be an SI unit, shouldn't you be able to express it in terms of the 7 SI base units?
v9v
·3 mesi fa·discuss
They could consider registering as a provider on something like OpenRouter if they aren't getting enough inference requests on their own site.
v9v
·3 mesi fa·discuss
By gyro do you mean flywheel? Is there one in this robot?