HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jdefelice

no profile record

Submissions

Worldpay – A power disruption has caused issues with Authorization and Payments

status.worldpay.com
2 points·by jdefelice·22 dni temu·0 comments

Introducing, the British Cræft Prize

nationofartisans.substack.com
1 points·by jdefelice·4 miesiące temu·0 comments

A musical take on the 'perfect solar system' [video]

bbc.co.uk
1 points·by jdefelice·3 lata temu·0 comments

Add-ART: Replaces ads with art

add-art.org
1 points·by jdefelice·3 lata temu·0 comments

Celebrity Number Six

lostmediawiki.com
1 points·by jdefelice·4 lata temu·0 comments

Perl on Rails (2007)

bbc.co.uk
72 points·by jdefelice·4 lata temu·65 comments

National Public Transport Access Nodes (NaPTAN)

data.gov.uk
1 points·by jdefelice·4 lata temu·0 comments

Categories of Risk

heritagecrafts.org.uk
2 points·by jdefelice·4 lata temu·0 comments

Twitter sues Elon Musk over $44B purchase deal

bbc.co.uk
16 points·by jdefelice·4 lata temu·5 comments

Add StandWithUkraine Banner to Updates

github.com
5 points·by jdefelice·4 lata temu·1 comments

Pass of Brander Stone Signals

en.wikipedia.org
1 points·by jdefelice·4 lata temu·1 comments

HMRC seizes NFT for first time in £1.4m fraud case

bbc.co.uk
10 points·by jdefelice·4 lata temu·0 comments

Charles Dickens's code cracked by amateur sleuths

bbc.co.uk
9 points·by jdefelice·4 lata temu·1 comments

LastPass is going to become an independent company

theverge.com
9 points·by jdefelice·5 lat temu·0 comments

The Case for Atomic / Utility-First CSS

johnpolacek.github.io
2 points·by jdefelice·5 lat temu·0 comments

Doomsday Algorithm

rudy.ca
1 points·by jdefelice·5 lat temu·0 comments

I’m Being Sued for €250k?

youtube.com
6 points·by jdefelice·5 lat temu·0 comments

US bank robber identified after decades-long hunt

bbc.co.uk
2 points·by jdefelice·5 lat temu·0 comments

BBC reveals new logos in modern makeover

bbc.co.uk
1 points·by jdefelice·5 lat temu·0 comments

Four more small energy firms could go bust next week

bbc.co.uk
2 points·by jdefelice·5 lat temu·0 comments

comments

jdefelice
·3 lata temu·discuss
Or it shows the road number and not the name.
jdefelice
·3 lata temu·discuss
As someone who is in the market for a Leica m2, the prices have skyrocketed in the past few years.
jdefelice
·4 lata temu·discuss
The only time I look at usernames is when looking at thread replies to see if the person replying is the same.
jdefelice
·4 lata temu·discuss
It doesn't work as it once did, Google will still ignore +keyword, It broke with the introduction of Google's social platform Google+
jdefelice
·4 lata temu·discuss
The sidebar work for me with a long press. I would have know to try it if I didn’t read your comment, it isn’t very obvious or intuitive.
jdefelice
·4 lata temu·discuss
First time I've came across the Universe Splitter was from This American Life with a good layman explanation.

https://www.thisamericanlife.org/691/transcript
jdefelice
·4 lata temu·discuss
I thought it was clever and fun and reminded me of when people added creative touches to their websites.
jdefelice
·4 lata temu·discuss
I've tried it when we first got the watches last year. It worked with various success, but sometimes it would start a facetime call on the receivers phone so we stopped using it.
jdefelice
·4 lata temu·discuss
Would love to see a tailwind version of this. As I know the class names and what the properties do, I just forget the syntax without the help of an IDE.
jdefelice
·4 lata temu·discuss
I can't read the article as I'm in the EU but Criminal podcast had a great episode about lottery rigging.

https://thisiscriminal.com/episode-160-hot-lotto-3-12-2021/
jdefelice
·4 lata temu·discuss
Developing is still a good option. I develop then scan my photos. Color is arguably easier to develop than b&w, you need a constant temperature and time but you don’t have to worry about pushing or pulling.
jdefelice
·4 lata temu·discuss
I got stuck on level 7 because I forgot id selectors where a thing.
jdefelice
·5 lat temu·discuss
Not sure if this is entirely what you are after but Andreas Kling of SerenityOS builds an IDE from scratch[1] for his own operating system. While I don't personally know C++ I found the videos interesting and fun to watch.

[1] DevTools hacking playlist - https://www.youtube.com/playlist?list=PLMOpZvQB55bfeIHSA71J8...
jdefelice
·5 lat temu·discuss
I sometimes listen to podcasts to fall asleep. I use the PocketCasts[1] app that has the ability to pause the podcast after an episode is over or after a certain length of time, which is nice if you just want it to fall asleep too and not play all night.

Podcast wise my goto is Phoebe reads a mystery[2], she reads various mystery novels and never fails to get me to sleep (sorry Phoebe). She is also the host of the Criminal podcast which is another good one, but too interesting to fall asleep to.

[1] https://www.pocketcasts.com/ [2] https://thisiscriminal.com/mystery/
jdefelice
·5 lat temu·discuss
One could argue that `class="m-0 md:m-4"` is more legible because it describes exactly what is happening. No margin on small screen, margin of 4 units on medium breakpoints. Where the styling on thumbnail is unknown and the breakpoints are unknown, unless you look at the css, then if you need to override that css you have to worry about specificity.
jdefelice
·5 lat temu·discuss
Your approach wouldn’t work with media queries. In a system like tailwind you can do class=“m-0 md:m-4”
jdefelice
·5 lat temu·discuss
When you make one part simpler, you move that complexity to another part.
jdefelice
·5 lat temu·discuss
I think the person above is referring to the text being very small on a mobile device. The font size is set to 2.5vw which renders the text as 9.375px on a device width of 375px.