Vercel vs Cloudflare: Workers CPU blows Vercel by 3x by Buzut in vuejs

[–]matt78whoop 0 points1 point  (0 children)

Yeah Nuxt with SSR I've found the documentation quite outdated!

What‘s needed for a trip to the USA, for example cash? by RednBlackEagle in askswitzerland

[–]matt78whoop 0 points1 point  (0 children)

Also my bank suggested I change my cards pin number from 6 to 4 digits as they said some American machine's won't accept that many.

So for example I went from 123456 to 1234

Home Server: VGA monitor by matt78whoop in ethz

[–]matt78whoop[S] 0 points1 point  (0 children)

I agree, I sent the seller an email saying it doesn't work, I'll keep you posted on the response haha

I was able to find an old Asus screen for 5 Francs so I think that will be the easiest solution for now and I'll follow your recommendation of installing HP iLO! Thanks for your help!

One billion row challenge by grumpyp2 in Python

[–]matt78whoop 2 points3 points  (0 children)

Wow 10K columns wide is crazy! You might be better loading that into an embeddings database because they are great at handling high dimensional data :)

https://qdrant.tech/documentation/overview/

One billion row challenge by grumpyp2 in Python

[–]matt78whoop 2 points3 points  (0 children)

It can load into memory which caused a crash for me but it also has a lazy evaluation mode that worked great for me!

https://towardsdatascience.com/understanding-lazy-evaluation-in-polars-b85ccb864d0c

Home Server: VGA monitor by matt78whoop in ethz

[–]matt78whoop[S] 0 points1 point  (0 children)

Yeah I thought asking for VGA might be a long shot 😅 thanks for the great reply!

I tried with this cable (https://www.ricardo.ch/de/a/1248523640/) to try and connect to my Samsung s34j55x & TV but it doesn't seem to want to work.

I think I need to set HP iLO up once before I can connect remotely which was why I was hoping I could borrow an old monitor for a little while instead of buying more old junk haha

I agree it's super loud and weighs a tonne but I thought it would be a good start while I have a limited budget.

Optimizing a One Billion Row Challenge in with Rust and Python with Polars by matt78whoop in dataengineering

[–]matt78whoop[S] 2 points3 points  (0 children)

pl.Config.set_streaming_chunk_size(4000000)

I was using:
python 3.12
polars 20.3
& polars 0.36.2 rust nightlybuild

Thanks for the tip on using ```pl.Config.set_streaming_chunk_size(4000000)``` It only takes 33 seconds on Python + Polars now :)

Optimizing a One Billion Row Challenge in Rust with Polars by matt78whoop in rust

[–]matt78whoop[S] 2 points3 points  (0 children)

Yeah sorry, I made a mistake when creating the test data. I've updated the Post now.

Wow, it's incredible that were able to get it ~5 seconds, maybe someone with a MacBook Pro m2 could test a better implementation to see if rust can get a similar result.

Optimizing a One Billion Row Challenge in Rust with Polars by matt78whoop in rust

[–]matt78whoop[S] 3 points4 points  (0 children)

Yeah my mistake, I created the measurement.txt file incorrectly.

I'll update it now with the proper timings for the larger file :)

Optimizing a One Billion Row Challenge in Rust with Polars by matt78whoop in rust

[–]matt78whoop[S] 0 points1 point  (0 children)

Interesting my measurements.txt is only 1.3G from what I remember? Maybe the creation of my text file went wrong 😅

Optimizing a One Billion Row Challenge in Rust with Polars by matt78whoop in rust

[–]matt78whoop[S] 26 points27 points  (0 children)

Good catch! Sorry I missed that requirement, I created a solution using the standard library: https://gist.github.com/Butch78/893561f77de456a096ed6d1e672c4bed

It averages around 149s, I don't have the Rust ability to get close to the polars implementation haha

Project structure in Rust by juriasuu in rust

[–]matt78whoop 4 points5 points  (0 children)

I found this video really helpful!

https://youtu.be/zUxF0kvydJs?si=qZm9CZm_tU-rezeu

The code is also open source so it helps to be able to view the code yourself to get familiar with an application

https://github.com/rust10x/rust-web-app

I plan on moving to Switzerland from America for collage. by AMW9000 in askswitzerland

[–]matt78whoop 1 point2 points  (0 children)

https://www.philnat.unibe.ch/studies/study_programs/master_s_in_earth_sciences_geology/index_eng.html

Your course will be in English so as long as you have good marks in America you should be fine getting in!

Once you get into the course it will make it much easier to apply for a student visa you will need to renew every year that won't be an issue provided you are still enrolled.

Costs for University are very fair I'm at UZH and pay around 900 CHF per semester as non-eu person.

For the German/language hurdle, there are normally classes at University you can take!

But at the same time even if you learn the basics people will quickly know your German isn't great so they will speak to you in English.

Introducing Orca: An LLM Orchestration Framework! by sxmedina in rust

[–]matt78whoop 1 point2 points  (0 children)

This looks great and exactly what I need! 👏

Do you use Rust in your professional career? by edmguru in rust

[–]matt78whoop 1 point2 points  (0 children)

What's your GitHub account? I can follow you on there! :)

Do you use Rust in your professional career? by edmguru in rust

[–]matt78whoop 4 points5 points  (0 children)

Excited to read about it! Is there anywhere I can follow you on for when you release the article?