What if I told you… every day is coffee day.
- 2 Posts
- 10 Comments
Cid@lemmy.sdf.orgto
Godot@programming.dev•[Solved] Why is _ready() being triggered before the splash end?
1·2 years agoSounds like you found a workaround.
There might be some tricks here that could help too:
https://docs.godotengine.org/en/stable/tutorials/audio/sync_with_audio.html
Cid@lemmy.sdf.orgto
Lisp Community@lemmy.ml•[CODE-REVIEW] Determine if given lists intersectEnglish
1·2 years agoPersonally, I’d drop all the macro template syntax, applys, intersects, etc. And simplify the function arg to be just: (sequences)
let item-map make-hash-table dolist seq sequences dolist item seq ;; gethash / return / or setf & continue
Cid@lemmy.sdf.orgto
Lisp Community@lemmy.ml•[CODE-REVIEW] Determine if given lists intersectEnglish
1·2 years agoIf you don’t care about the intersection values:
init empty hashmap w best guess on size Iterate sequences Iterate elements If elt in hashmap return t Add elt to hashmap return nilIf you have maybe million+ elements, a db like sqlite might help. Unique index, insert each item til you get a unique constraint failure.
Cid@lemmy.sdf.orgto
Coffee@lemmy.world•An update on my foam blob: it's not so blobby. Thanks everyone!
2·3 years agoLooks like a decent ninja turtle!
Cid@lemmy.sdf.orgto
Deutschland@feddit.de•Wirtschaftsweise warnt: "AfD schreckt ausländische Fachkräfte ab"Deutsch
3·3 years agoOb besser oder schlechter ich erwarte die AFD Meinung dazu ware „gut so! Mehr Arbeit für deutscher“.
Cid@lemmy.sdf.orgto
Deutschland@feddit.de•Debatte um Elterngeld - Soziologin Kreyenfeld: Geplante Kürzung sendet falsches SignalDeutsch
22·3 years agoMuss keine Kinder zu Hause machen. Mach einfach weiter mit Krieg und Klimakrise. Wir werden eine ganze Menge Seelen bekommen.
Cid@lemmy.sdf.orgOPto
Coffee@lemmy.world•☕️ Breaking in a new Bialetti Venus 2-cupper. Tips?
0·3 years agoJust below valve. Tried several grinds, hot and cold starts. No significant effect.
BUT, as mentioned under other comment, watching Hoffman and Wired Gourmet’s vids helped a lot.
Apparently the default Mokka pot guidance just results in sub-par coffee. But probably good enough for casual drinkers.
I’m past the rubicon on coffee expectations though. It wasn’t cutting it for me.
Main thing seems to be stop brewing before you hit the famous sputtering gurgle. Either less water in or just stop the heat once you hit goal volume.
With optional fussiness around moving pot on/off heat to manage temperature and flow.
Fussy town. But that’s where I live.
Cid@lemmy.sdf.orgto
World News@lemmy.ml•Biden Calls Cuba “Terrorist” While the People Demand an End to U.S. Terrorism against Cuba
0·3 years agoReeeally need to stop letting old people perpetuate failed 1960s red scare politics with Cuba.
I suspect sending McDonalds over there instead of the CIA would have worked out better.
My guess is it’s likely not a bug but an unexpected (by you) interaction of the tool script with whatever layout you’re doing.
If you can post example code demonstrating the problem someone will probably be able to pinpoint what’s happening.