karmiclychee

joined 1 year ago
[โ€“] [email protected] 3 points 6 months ago

Now do puhs

[โ€“] [email protected] 6 points 8 months ago

I feel a repressed memory or two stirring ๐Ÿ˜

[โ€“] [email protected] 11 points 10 months ago

I've seen some active instances die due to admin neglect (not paying the bills, for instance), and I've wondered how those communities have fared since, since they'd have to start over elsewhere, and without all the content and history from their origin server. Same goes with user accounts too.

[โ€“] [email protected] 3 points 10 months ago (2 children)

Just read a thing about how persistent usernames may work better than actual ID. Of course, I don't have a link, and I'm not finding anything on Google right now, but as someone who uses the same handle across multiple services, which makes my activity traceable, but not necessarily to my real identity, I definitely think there's something to that.

[โ€“] [email protected] 4 points 10 months ago

I would love to see the test suite

[โ€“] [email protected] 1 points 11 months ago

On Castle, no less.

[โ€“] [email protected] 4 points 11 months ago

New gets... Weird

[โ€“] [email protected] 122 points 11 months ago (13 children)

I exclusively surf "top 6 hours" and I've actually noticed an uptick in niche community content, lately. Different kind of growth, maybe a sort of settling into itself, finally.

[โ€“] [email protected] 2 points 1 year ago

Oof, I felt this

[โ€“] [email protected] 6 points 1 year ago* (last edited 1 year ago) (1 children)

From the welcome page

my secret mission with Perchance is to get people interested in coding with a smooth, fun learning-curve

Seems like it worked!

I do web dev on a daily basis, and I tend to think of HTML as "formatted" data.

A database has data in it, but it's in a format of columns and rows, like a spreadsheet.

My application fetches that raw data and uses code to manipulate it - it can inspect it, rewrite it, combine it with other data from other places, validate it against rules - all sorts of stuff.

Since my app is a web app, all that code is designed to use the data formatted in columns and rows from the database, and use it to generate new data in HTML format to send to the browser.

Technically, writing HTML for a browser is a form of programming - it's a set of instructions that tell the browser how to display the data in the HTML. It's not considered programming in a professional* sense, though, as HTML doesn't get, send, change, or process data. Its purpose is as a format for data to be sent and read by something else (the browser).

*professional as in job titles that affect your salary

[โ€“] [email protected] 4 points 1 year ago

This comment warms my pre-modern-eastern-history-degree having heart

[โ€“] [email protected] 4 points 1 year ago (1 children)

Fellow Vue enjoyer! I love Vue, it's so friendly. Maintaining a complex React app feels like getting dragged behind a truck down a one way road.

(Did you like my two way data binding joke there?)

view more: next โ€บ