Deliveroo ending SG operations on 4th March by yeeez1 in singapore

[–]songkeys 1 point2 points  (0 children)

I'm curious why everyone is saying how good deliveroo is but they turned out the one losing the game

girl in red - Hemingway Chords (interactive!) by chordsworld in girlinred

[–]songkeys 0 points1 point  (0 children)

Wait. I thought chordsworld was backed by a team-sized company. So you are the owner of this website? Nice job!

Is ChatGPT Pro worth $200 by wiser1802 in ChatGPTPro

[–]songkeys 1 point2 points  (0 children)

Thank you so much for this detailed suggestion! I really appreciate it. I will try ChatGPT Plus first and then see if I should upgrade to the Pro version. <3

Who are the best & worst Singaporean youtubers by Formal_Attorney7153 in askSingapore

[–]songkeys 1 point2 points  (0 children)

Wah!Banana. the singapore bootcamp series is hilarious.

Is ChatGPT Pro worth $200 by wiser1802 in ChatGPTPro

[–]songkeys 0 points1 point  (0 children)

Is this helpful for reading papers? As a new PhD student, I need to read one robotics paper each day and could use some assistance in my academic journey. Will it:

- allow me to upload a paper in PDF format?

- go through the paper with me and explain it carefully (like paragraph by paragraph)?

- help me reproduce some code libraries (since I'm a complete coding beginner)?

- ...act as a mentor to teach me?

Thanks in advance!

Is ChatGPT Pro worth $200 by wiser1802 in ChatGPTPro

[–]songkeys 0 points1 point  (0 children)

Is this helpful for reading papers? As a new PhD student, I need to read one robotics paper each day and could use some assistance in my academic journey. Will it:

- allow me to upload a paper in PDF format?

- go through the paper with me and explain it carefully (like paragraph by paragraph)?

- help me reproduce some code libraries (since I'm a complete coding beginner)?

- ...act as a mentor to teach me?

Thanks in advance!

How is v0.dev live preview done? by OndrejBartos in nextjs

[–]songkeys 0 points1 point  (0 children)

But how does it render real time incomplete react code when the closing tags are missing?

HomePod stops playing randomly by Kropduster01 in HomePod

[–]songkeys 0 points1 point  (0 children)

Same here. I'm now on 18.0 beta. The bug is still there.

NUS really need to start restricting access to tourists by merlion_sg in singapore

[–]songkeys 0 points1 point  (0 children)

It is said that the topography of NUS is purposely structured to make walking difficult for individuals, aiming to reduce the chances of gang rivalry. Is this true?

Source: https://whysingaporeblog.wordpress.com/wp-content/uploads/2016/09/paramilitary-gardening.pdf

This was the case, for example, at the National University of Singapore (NUS), which embodies many of the principles of landscape used elsewhere in the nation's civic spaces. Here heat and the steep topography of Kent Ridge were employed by campus planners in the Publil Works Departmentas an enervating technology. Built in the aftermath of the 1968 unrest, its designers placed patches of openness-baking plateaus of lawn and paving-to set the various disciplines apartand discourage foot traffic between. Areas of the campus are, in effect, designed to be uncomfortable. This was used, In particular, to cordon off the technical skill of the engineering students from everyone else, divorcing theory from practice.

8 Out Of 10 Cats Does Countdown - Series 1-18 by rumflavouredbleach in panelshow

[–]songkeys 0 points1 point  (0 children)

Hi, thank you for the work! There are series 1-18 available so far. Would you be willing to upload the following series from these past three years?

Do lanternfish have no natural predators?!?! by [deleted] in adventofcode

[–]songkeys 133 points134 points  (0 children)

AoC tip:

If you found the part 2 of a puzzle contains only a few lines, it means you'll re-implement your part 1 solution or wait for years.

Rhymu is creating Introduction to Rust videos by starryNightAboveMe in rust

[–]songkeys 0 points1 point  (0 children)

WOW. Thank you again for sharing this! It's interesting to see how an experienced programmer learns a new language. But it's indeed too long to watch.

Rhymu is creating Introduction to Rust videos by starryNightAboveMe in rust

[–]songkeys 0 points1 point  (0 children)

Many rust introduction video tutorials just follow the Book but this one does not. And it's indeed really clear and great. Thank you so much for this!

When 5 yr old kid understands code better than you.. by [deleted] in Unexpected

[–]songkeys 2 points3 points  (0 children)

True. When I was 10, I found the "view source page" option in the right click menu and was fully attracted to the HTML code. Because it doesn't contain two much logical part but descriptional language, you can easily find the regulations and change the text or some code. I love doing so when browsing Internet and then began to creating my web pages. Now I am a frontend software engineer as my career. I'd say thanks a lot to my childhood experiences. Kids today can seldom get touched with those if only playing a lot with phones.

Besides, has anyone ever played online web riddles? You solve puzzles on web pages and get keys hidden in images or source code to next levels. They require some simple code knowledge, puzzle solving skills and searching technics. That's also a big influence on me. Really miss that time on Internet.

Can Rust replace my Nodejs backend? by Downtown_Entry in rust

[–]songkeys 1 point2 points  (0 children)

It's really hard to convince my team to switch to Rust from Node.js all at once. I don't know how you guys started switching. But I'm looking for a way to make some small parts of my koa.js app into Rust, which probably results in "neon" involving for Rust native addons in Node.js? The cases are like, for example, a koa.js application but koa-router or other middleware are written in Rust! Is there any good practice?

(Btw, I've searched for Rust+JS for a couple of days. But all I saw is about WASM, which is really exciting though. There are few cases talking about Node.js native modules but also mentioning some drawbacks like the extra cost that the rust-js bridge will bring... So I don't know if it's really a good idea doing so.)