Calyhre

u/Calyhre@lemmy.world
3 posts · 17 comments

Recent posts

Recent comments

on Electron apps · c/programmer_humor · 3 pts · 272d

Got that patch still in it’s brown envelope somewhere in a drawer, for doing a syntax highlighting plugin.

They were indeed cool

I used to troll some colleagues when reviewing their changes by putting [Object object] or NaN in input fields. A non negligible amount of time may have been lost because of these

You can even see the decline in posts and votes before GPT became mainstream. This definitely look more like search engine failing to get rid of those cheap copycats.

on *Permanently Deleted* · c/asklemmy · 27 pts · 3y

I made a website to compare prices across regions for Nintendo Switch games. It started as a Google Spreadsheet but because of traffic I quickly had to move to a standalone website. Getting around 2M users per months now. I’m trying to keep the ads to a minimum, and I’m partnering with online stores for gift cards.

It’s the basic bricks (the framework) wefwef was built with. It’s a way of building « app » that feels native but are actually websites, with less troubles of adapting to different systems.

In this instance, it’s (almost) just a matter of using an option on the framework to tell it « Now look like an Android app rather then iOS »

If you are curious https://ionicframework.com/

From the fix, I believe the custom emojis were not double checked after a user submits a post. The post data was used to display the emojis, and thus allowing injection.

The fix now is to search the emojis in the custom emojis list from the backend rather than the user post.