@rem@front-end.social
@rem@front-end.social avatar

rem

@rem@front-end.social

Just smart enough to know I'm not smart enough. Also, my desk might need a tidy…

This profile is from a federated server and may be incomplete. Browse more on the original instance.

rem, to random
@rem@front-end.social avatar

I've been giving serious consideration to removing SSL from my blog… it doesn't accept data and I keep bringing up old browsers that really can't handle the "new" versions of https (TLS, or something…).

Or maybe optional… 🤔

Give me reasons why I absolutely shouldn't do that (please ❤️ )

rem,
@rem@front-end.social avatar

@tdp_org I suspect the reality is that I end up making a fork or something of my blog to play with on those devices. It's a very pointless exercise!

rem,
@rem@front-end.social avatar

Just to add, there's also the loss of browser support. My blog also works offline (storing pages you visited) and when you hit an uncached page, you get a fail page offering previous posts you've read.

What I really want is server side detect, does browser support TLS 2.0 => redirect to HTTPS.

rem,
@rem@front-end.social avatar

@mattwilcox @JonGretar I can't find it (yet) but I'm sure I have a blog post when this happened to me - over mobile, not even wifi. Gotta find it, it was an interesting post.

rem,
@rem@front-end.social avatar

@dorigo I mean, that's definitely true. Very edge case, but true.

rem,
@rem@front-end.social avatar

@ln absolutely, but that's for taking data - which my blog doesn't do (no analytics)...

rem,
@rem@front-end.social avatar

@kornel yeah, I think this is the strongest argument in favour of SSL (regardless of version).

It's just shit that servers couldn't (or services like netlify) negotiate which version of TLS the browser supported and then encrypts with that.

I know 2.0 is better than 1.0, but there's a whole host of machines/tech that can't do 2.0 at all.

rem,
@rem@front-end.social avatar

@alexwilson serving http on a different port would… could be terrible. I get the thinking, but if we considering it's the super old browsers that I'd be supporting, there's no way they could land on that port.

rem,
@rem@front-end.social avatar

@tdp_org it's handled through Netlify (or CloudFlare - can't remember), but I'm also trying to view the page on IE4 and older tech!

Edent, to webdev
@Edent@mastodon.social avatar

I have an annoying problem.

I have a <div> with display: flex; flex-wrap: wrap;
All the elements in it form a nice grid.

If I change the <div> to a <details> then suddenly the grid becomes a column.
If I set width:100% then it become a very fat column.

What stupid and obvious thing am I missing?

rem,
@rem@front-end.social avatar

@AmeliaBR @mia @Edent I discovered this whilst I was live coding the web site. Only because I needed to visually move the summary. I ended up coding my own details web component which was fun, but sucked.

There was another weird thing about details (but I forget), related to how chrome was behaving inconsistently between devtools and user code access to the details component...wish I could remember...

katiefenn, to random
@katiefenn@front-end.social avatar

I bought a new RGB SCART cable after finding my old PlayStation at my parents’ house. I booted up Castlevania: Symphony of the Night, and was absolutely floored by its beauty on a CRT.

I really hope some day that the community ports it to the Saturn properly, it would be a sight to behold.

rem,
@rem@front-end.social avatar

@katiefenn as a bare board you'll be able to play some arcade and some console systems, but for the full set you'll need more RAM. But the MMS comes built with the RAM so if you're set on buying it, you might not want to buy a RAM upgrade for the bare board... (or you could buy it and sell later down the line).

rem,
@rem@front-end.social avatar

@katiefenn oh, the MMS - I actually bought one when they were released and ended up selling it because I had a MiSTer bare version already and realised I really didn't use two! Might be worth buying the DE10 nano separately, you can start playing games whilst you wait for the MMS board to come back into stock.

rem,
@rem@front-end.social avatar

@katiefenn highly recommend. Pricy, but once that's down, you've got a huge retro collection at your finger tips. @janl

rem,
@rem@front-end.social avatar

@janl I'm in hardware world, via either original hardware or the MiSTer project. Not 100% sure why though, it's not a hill I'd die on, but my brain never quite could marry up emulators and the machine I did my "real" work on! @katiefenn

rem,
@rem@front-end.social avatar

@katiefenn I really need to treat myself to a CRT. I've got so many retro systems that would benefit from it. Very jealous (my PS2 doesn't look great on HDMI)

Problem is space - as with all chunk 80s technology!

rem,
@rem@front-end.social avatar

@katiefenn yeah, it's something I keep searching (the house) for. I've read that the Trinitron are the best for retro experience. Sadly I used to own a 27 inch Sony (it weighed an absolute shit load - from back in 2001), long gone to moving properties over time!

andy, to random
@andy@bell.bz avatar

You know it's hot when the posh boys in cheltenham have their salmon shirt and chino shorts on

rem,
@rem@front-end.social avatar

@andy the red flag for me was having to use a pair of scissors to get out of my t-shirt and pants.

rem, to random
@rem@front-end.social avatar

My business turned 17 years old today.

I didn't do well at school. I've got multiple report cards that read "if he only tried a little harder". I didn't finish university.

In retrospect, I don't think academic learning was right for me. I work hard for my clients, and they seem to like me and my work. I've had a blog for just as long, I've even managed to publish a book or two!

I'm mostly a depressive/glass half (mostly) empty, but you know what, at this moment, I think I've done okay so far.

rem,
@rem@front-end.social avatar

@sil one more year and it gets to booze it all up!

rem, to random
@rem@front-end.social avatar

Can anyone recommend an electronics book that covers digital electronics but also has lots (or some?) real examples that can be built to understand (i.e. I'm a hack-learn person).

Not PI/arduino/etc electronics, the raw stuff, like transistors, logic ICs, 555 timers, etc.

rem,
@rem@front-end.social avatar

@midknight cheers, I think this is the one I'm going to go with 👍

rem,
@rem@front-end.social avatar

@thaggie yeah, that's a great series - bought and built the 6502, but the end of the series has landed on coding ASM to control the 6502, which is fine, but I'm after the land of "why does a voltage drop to 0.5v using a transistor"

rem, to random
@rem@front-end.social avatar

Does anyone remember the Super Mario (dance) song that came out around the same time as the Doctor Spin Tetris mix?

Trying to find the artist... hopefully I didn't dream it...

rem,
@rem@front-end.social avatar

@tanepiper you star!

katiefenn, to random
@katiefenn@front-end.social avatar
rem,
@rem@front-end.social avatar
jaffathecake, to random
@jaffathecake@mastodon.social avatar

If you're adding view transitions to your sites, the Material Design guides have some great examples, and some patterns to avoid. I don't think their word is law, but there are a lot of good ideas here.

https://m3.material.io/styles/motion/transitions/applying-transitions

rem,
@rem@front-end.social avatar

@jaffathecake these look lovely… but the thing that's always tripped me is up on these examples is visualising the code that would achieve that full effect (and indeed the actual backend pages, or at they nested… or something else).

toychicken, to random

They may not need to hear this... but @rem @brucelawson and @jaffathecake have all been inspirational in one way or another for me continuing and developing a career in web tech. As often as not keeping me grounded in who tech should be for, as what cool shit it can do.

Thanks for making good stuff, and getting us to make it the right way. 🍻

rem,
@rem@front-end.social avatar

@toychicken /bows, and thank you @brucelawson @jaffathecake

rem, to random
@rem@front-end.social avatar

A little birdie told me that a newsletter is going out revealing some of the speakers… you might want to sign up to find out more: https://ffconf.org/news/

rem, to random
@rem@front-end.social avatar

Anyone at Microsoft that follows me? I'd love to have them return as an @ffconf sponsor this year, but apparently our contacts had moved on (last we heard was pre-pandemic). 🙏

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • mdbf
  • ngwrru68w68
  • modclub
  • magazineikmin
  • thenastyranch
  • rosin
  • khanakhh
  • InstantRegret
  • Youngstown
  • slotface
  • Durango
  • kavyap
  • DreamBathrooms
  • megavids
  • GTA5RPClips
  • tacticalgear
  • normalnudes
  • tester
  • osvaldo12
  • everett
  • cubers
  • ethstaker
  • anitta
  • provamag3
  • Leos
  • cisconetworking
  • lostlight
  • All magazines