HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cellover

no profile record

Submissions

Fyre Festival 2 "does not exist" says local tourism board

djmag.com
2 points·by cellover·السنة الماضية·0 comments

TheCodingMachine React Native Boilerplate

github.com
2 points·by cellover·قبل سنتين·0 comments

HeavyIQ: Understanding 220M Flights with AI

tech.marksblogg.com
16 points·by cellover·قبل سنتين·1 comments

No more crashing your climate orbiter

crates.io
1 points·by cellover·قبل سنتين·0 comments

Personnal data of 33M people in France leaked

cnil.fr
33 points·by cellover·قبل سنتين·4 comments

Optimizing ML-based library design for AAV gene therapy

science.org
1 points·by cellover·قبل سنتين·1 comments

Rust Language Cheat Sheet

cheats.rs
47 points·by cellover·قبل 3 سنوات·5 comments

A typographic music video in the browser

symphonyinacid.net
2 points·by cellover·قبل 3 سنوات·0 comments

The Microspheres Hiding in Your Phone's Screen [video]

youtube.com
3 points·by cellover·قبل 3 سنوات·0 comments

Forced rhubarb, a vegetable deprived of sunlight, is having a renaissance (2019)

bbc.com
183 points·by cellover·قبل 3 سنوات·122 comments

Rust Binary Analysis, Feature by Feature

research.checkpoint.com
2 points·by cellover·قبل 3 سنوات·0 comments

[untitled]

8 points·by cellover·قبل 3 سنوات·0 comments

Building a Fairlight CMI [video]

youtube.com
1 points·by cellover·قبل 3 سنوات·0 comments

The Future of Distortion, a Deep Dive into Rift

blog.minimal.audio
1 points·by cellover·قبل 3 سنوات·0 comments

A Historical Reference of React Criticism

zachleat.com
2 points·by cellover·قبل 3 سنوات·0 comments

Class Variance Authority Documentation

cva.style
1 points·by cellover·قبل 3 سنوات·0 comments

comments

cellover
·قبل 22 يومًا·discuss
Oh no, I have to write that marketing coordination email myself again!
cellover
·قبل 5 أشهر·discuss
Not related at all: oh my, chez.com still exists? That's my very first website I did in 2000: http://w2000.chez.com/
cellover
·قبل 12 شهرًا·discuss
tail -f access.log maybe?
cellover
·السنة الماضية·discuss
Love the fact that Google auto translate of the page completely breaks the page

https://imgur.com/7gfXRrm
cellover
·قبل سنتين·discuss
Thx for clearing that up, it was not so obvious from the https://www.quary.dev/docs/sample-project#signing-in-to-quar... section.

I appreciate the use of Tailwind scroll-margin on your anchors btw, caring for details is communicative ;)
cellover
·قبل سنتين·discuss
Wondering if the signing in is mandatory to use it?
cellover
·قبل سنتين·discuss
English translation:

https://cnil-fr.translate.goog/fr/violation-de-donnees-de-de...
cellover
·قبل سنتين·discuss
Discussion in This Week In Virology (TWiV) podcast: https://www.youtube.com/watch?v=nvEl1RH7Ejk&t=2612s
cellover
·قبل 3 سنوات·discuss
I tried to follow the article but it's riddled with omissions and errors that are hard to fix when you are just started with Rust :(
cellover
·قبل 3 سنوات·discuss
Thanks for sharing it!
cellover
·قبل 3 سنوات·discuss
Same here, I had to right-click > inspect to know how the field was working :-D
cellover
·قبل 3 سنوات·discuss
How do I exit this thread?

Thank you Sir Moolenaar for this journey.
cellover
·قبل 3 سنوات·discuss
https://status.proton.me/
cellover
·قبل 3 سنوات·discuss
By classic I mean something somewhat standardized like user table: id, name, email ; post table: id, user_id, content etc.
cellover
·قبل 3 سنوات·discuss
Does your DB have a classic design? You can very easily map an existing DB with a fresh Laravel install, just write a couple Models, their relationships and you're almost set.

I have been working with Laravel on a daily basis since 6 years and have never felt more efficient with code.