Readit News logoReadit News
jalino23 commented on The One Billion Row Challenge   morling.dev/blog/one-bill... · Posted by u/madmax108
baq · 2 years ago
Why would I use Hadoop for such a small number of rows…?
jalino23 · 2 years ago
1 billion is small for hadoop?
jalino23 commented on Apple to halt Apple Watch Series 9 and Ultra 2 sales in the US this week   9to5mac.com/2023/12/18/ap... · Posted by u/dm
xyst · 2 years ago
IP/patent law is holding back innovation. Prove me wrong.

You can’t invent anything or push something to market without stepping on at least 1 or more vague patents.

jalino23 · 2 years ago
coughs in codec patents
jalino23 commented on The bash book to rule them all   fabiensanglard.net/bash/i... · Posted by u/Tomte
frizlab · 2 years ago
Even more controversial, I use Swift.
jalino23 · 2 years ago
swift is so nice to code with
jalino23 commented on Write PHP Code Within Next.js Components   github.com/bufferhead-cod... · Posted by u/0natcer
_chimmy_chonga_ · 2 years ago
They only ever asked themselves if they could, never if they should.
jalino23 · 2 years ago
haha
jalino23 commented on Star Citizen's Squadron 42 is feature-complete, ten years after being announced   xfire.com/star-citizens-s... · Posted by u/mdotk
2muchcoffeeman · 2 years ago
Can I fly with a joystick?
jalino23 · 2 years ago
yes 2 joystick is popular setup because of the axis you're working with

strafe up,down,left, right

yaw left, right

roll left, right

pitch up, down

jalino23 commented on Star Citizen's Squadron 42 is feature-complete, ten years after being announced   xfire.com/star-citizens-s... · Posted by u/mdotk
jalino23 · 2 years ago
the server meshing demo is technically impressive, very curious how they did that

so in the example, they had 3 location authority server and 1 replication layer,

so each location server can represent a physical location on 3d world, say its own solar system, and moving out from location A to location B moves you to a different server, and that was possible cause your position matrix was store in the replication layer and each server has a copy of replication layer.

now how do you handle updating all those in realtime is what amazed me, they even have bullets go through locations

jalino23 commented on DALL·E 3 is now available in ChatGPT Plus and Enterprise   openai.com/blog/dall-e-3-... · Posted by u/davidbarker
colesantiago · 2 years ago
I just tried this and DALL-E 3 is fantastic.

I'm not an artist by any means but I don't have to pay for MidJourney anymore separately, everything all in ChatGPT now and I can get the same if not better results.

Me, my wife and children can now play with this and become artists (if they choose to be) now without switching websites.

What a great time to be alive, this is the future.

jalino23 · 2 years ago
how much do you pay for MidJourney? hopefully ChatGPT plus wont increase price but I would not mind a small bump with this feature
jalino23 commented on HTTP/3 adoption is growing rapidly   blog.apnic.net/2023/09/25... · Posted by u/skilled
jalino23 · 2 years ago
I just recently found out that even if browser supports up to http3, it still up to the browsers to decide which protocol to use even if the browser supports http3 too, this was dishearten to find out that you don't have control of forcing the browser to use http2 or 3 specially if you have features that only worked on http3 and was broken on http2, I guess I should have just fixed the implementation on http2
jalino23 commented on Show HN: An app to create asynchronous micro podcasts   roadsaudio.com/... · Posted by u/1manstartup
esafak · 2 years ago
Isn't the async part redundant, otherwise you'd call it "live", and the "micro" part wouldn't make sense (blink and you missed it!)?
jalino23 · 2 years ago
all I think when I see async is JavaScript promises
jalino23 commented on Database Migrations   vadimkravcenko.com/shorts... · Posted by u/bndr
claytonjy · 2 years ago
In postgres, every object (table, index, function, view, etc.) lives in a "schema", which is better thought of as a namespace. I put low-level objects like tables into one or more schemas, then create an "API" schema with views, functions, procedures that operate on tables in other schemas. Then I only grant access to that API schema to the application users.
jalino23 · 2 years ago
thank you so much!

u/jalino23

KarmaCake day276May 13, 2020View Original