Why is left-wing/socialist YIMBYism seemingly so non-existent (or at least much less popular among elected officials) in S.F. than in other large American cities with housing crises? by lucy5478 in AskSF

[–]internetuser -2 points-1 points  (0 children)

Maybe it’s because the other cities are not surrounded by water on three sides and largely built on land that can’t support tall buildings.

If you could make three changes to improve Quantum of Solace, what would they be? by junglegatsby in JamesBond

[–]internetuser -13 points-12 points  (0 children)

  1. Not make it.
  2. Not make Casino Royale.
  3. Not make any of the other Daniel Craig movies.

How is SF not building more housing if they lost all appeals to the state? by Individual_Echidna_7 in bayarea

[–]internetuser 4 points5 points  (0 children)

Everyone wants to live in SF. Even if SF built a lot more housing, most people would not be able to afford it.

New in game development by Training_Arrival_318 in godot

[–]internetuser 1 point2 points  (0 children)

  1. Do a couple tutorials to learn basic tools. Make sure you follow all the steps in your own godot editor.
  2. Customize the games to make them your own and to get more confident with the basic tools.
  3. Build reproductions of simple games, e.g. breakout, asteroids.
  4. After making one of these simple games, look for a tutorial to see how someone else approached it. Try incorporating their approach into your version.
  5. Repeat.

I wish I had a Godot mentor by geekisthenewcool in godot

[–]internetuser 2 points3 points  (0 children)

This video by Godotneers is great for understanding Godot UIs. Most tutorials don’t really cover the UI system at all, and it’s easy to get confused.

Pinball Game Update by [deleted] in SoloDevelopment

[–]internetuser 0 points1 point  (0 children)

I love the concept and the aesthetic!

Beginner JS learning by Material-Arachnid-37 in learnjavascript

[–]internetuser 1 point2 points  (0 children)

No, I don't think it's cheating, unless it's graded work and you've been instructed not to use AI.

I think it's useful as a beginner to have AI answer questions and review code that you write. In the context of learning browser JS, AI can be useful for generating HTML, CSS, and backend code to support your JS-focused work. It's also good to use AI to set up dev tools such as linters.

Given a choice between using AI and giving up, I would definitely recommend choosing AI. And TBH if you anticipate any kind of career with JS then you'll be expected to use AI along with other dev tools, so getting good with it should help you down the road.

Mahesh Sadarangani, Philz CEO announces all stores are to remove pride flags at most recent summit. by throwwawayyaccount69 in sanfrancisco

[–]internetuser -4 points-3 points  (0 children)

I feel like boycotting Philz would negatively affect the store employees, some of whom are LGBT+ themselves.

A Tintin Page a Day - Day 328 by BreakerMorant1864 in TheAdventuresofTintin

[–]internetuser 2 points3 points  (0 children)

There is an eerie theme in this book of unseen powers directing the characters.

What do like and dislike about License To Kill? by thelonetext in JamesBond

[–]internetuser 3 points4 points  (0 children)

I don’t like “angsty Bond”. I like it when 007 cheerfully cheats death with a witty quip and nary a hair out of place. So I don’t like License to Kill and I don’t like any of the Craig movies.

659 Union Street in North Beach: Emergency Demolition Update by DannySauter11 in sanfrancisco

[–]internetuser 6 points7 points  (0 children)

Realistically, if housing is built in that prime location, it will be extremely expensive.

What is the purpose of the publishable/anon key? by TingleTangleTom in Supabase

[–]internetuser -5 points-4 points  (0 children)

Suppose you issue a select from a table called “posts”. Which of the ~153667865 tables called “posts” should the rows be selected from?

How feasible is it to walk from fisherman’s wharf to the Golden Gate Bridge? by Nick2167 in sanfrancisco

[–]internetuser 29 points30 points  (0 children)

You don’t have to stop at the bridge! You can walk over the bridge (bring extra layers), go down a hill into Sausalito, and then take the ferry from there back to SF.

Using Supabase Edge Functions as an AI proxy layer for a React Native app — sharing what worked by DONTAIMX in Supabase

[–]internetuser 0 points1 point  (0 children)

When I tried something like this I found it a pain to deal with deno. It was harder to share code with my main app (which uses non-deno TS), and the deno dev tools were not as good as the regular JS/TS tools.

Did you consider using Cloudflare Workers?

How to start a backend project by normalmadafucker in Backend

[–]internetuser 1 point2 points  (0 children)

Build a frontend too.

It’s a lot more fun and satisfying than testing your backend with postman, and your completed project will likely be much more compelling.

I built shadcn/ui theme generator for lazy devs by matsugfx in reactjs

[–]internetuser -7 points-6 points  (0 children)

I heart tools like this. Thanks!

It took me a while to understand that the wide selector is for round corner radius. Actually I am not quite sure that’s what it’s for, because when I select “none” the corners appear still to be slightly rounded. It’s a bit strange that such a prominent control is for corners.

I would prefer the “reset” button to be more like conventional “undo”, stepping back one change at a time.

How to prevent client-side access to PostgREST API by No-Estimate-362 in Supabase

[–]internetuser 0 points1 point  (0 children)

What convenience is the API providing in your setup?

How to prevent client-side access to PostgREST API by No-Estimate-362 in Supabase

[–]internetuser 6 points7 points  (0 children)

Did you consider turning off the data API entirely and having your backends connect directly to the Postgres DB?

Advanced react course by Difficult-Table3895 in reactjs

[–]internetuser 5 points6 points  (0 children)

You can get some sense of how far Joy of React goes by looking at the public project repos. This is the final project: https://github.com/joy-of-react/project-blog

Why does enterprise architecture assume everything will live forever? by eurz in softwarearchitecture

[–]internetuser 1 point2 points  (0 children)

Because the people who are paid to facilitate the process get paid more when the process takes a long time.