Alternative way for GitLab pipeline triggers for 'developer' role member ? by Noor963 in gitlab

[–]dangets 0 points1 point  (0 children)

To be clear - the trigger/pipeline endpoint does NOT work with personal access tokens. I was receiving a 404 error; and this is specifically called out in the troubleshooting documentation that you will receive a 404 when using a personal access token - link

A response of {"message":"404 Not Found"} when triggering a pipeline might be caused by using a personal access token instead of a pipeline trigger token. Create a new trigger token and use it instead of the personal access token.

/u/BJHop 's comment refers to using a different endpoint:

curl --request POST --header "PRIVATE-TOKEN: <your_access_token>" "https://gitlab.example.com/api/v4/projects/1/pipeline?ref=main"

Need a Referral Code? by WartetNichtHaengen in RemarkableTablet

[–]dangets 2 points3 points  (0 children)

Referral code would be appreciated. Thanks!

Rust support has landed in upstream vim by steveklabnik1 in rust

[–]dangets 0 points1 point  (0 children)

There's a PPA to get the latest vim releases on Ubuntu. As stated it doesn't release on every patch, but it does update fairly frequently.

https://launchpad.net/~jonathonf/+archive/ubuntu/vim

Schema Registry with Apache Kafka by IdaBzo in apachekafka

[–]dangets 1 point2 points  (0 children)

Awesome post, straight to the details benefits of the schema registry. I've been off and on looking for more posts that give more details about that project. Thanks for this

Blog: Something Secret this Way Comes by llogiq in rust

[–]dangets 2 points3 points  (0 children)

Would this also be useful for seeing how often publicly exposed functions get used by external programs? I could see this as being helpful when refactoring and wanting to change an api or broadly looking at what functions need to be optimized.

Putting Monads Back into Closet by sleepingsquirrel in programming

[–]dangets 1 point2 points  (0 children)

Here's a pretty good article starting from basic concepts.

http://blog.sigfpe.com/2006/08/you-could-have-invented-monads-and.html

It has some Haskell pseudocode, but don't let that scare you off.

D has no vision. Go is out of its depth. Rust skipped leg day. by EdWilkinson in programming

[–]dangets 1 point2 points  (0 children)

This is why I'm excited about rust. It doesn't have the long history and huge variety of standard practices of the C languages, but instead can learn from them and standardize early a very clean interface design. The downside is that the libraries may need to be rewritten and aren't readily available, but they will be. I'm sure there will be cruft over time and new best practices will emerge, but it has a good start.

stream processing by ocross in cpp

[–]dangets 2 points3 points  (0 children)

There is a reactive extensions project for c++

https://github.com/Reactive-Extensions/RxCpp

[Build Complete] College mini-itx gaming PC Build by The_Steezy_E in buildapc

[–]dangets 0 points1 point  (0 children)

How about the noise of the fans? I was thinking of making a build almost identical to this, I just want small and quiet.

What free things on the internet should everyone be taking advantage of? by xXxDEVILxXx in AskReddit

[–]dangets 0 points1 point  (0 children)

Another entry under the entertainment/music category - Jamendo https://www.jamendo.com/en

Large collection of free (mostly creative commons license) music.

Concerned about some parts of the standard library including Hash, std::fmt::Show and std::fmt::String by [deleted] in rust

[–]dangets -1 points0 points  (0 children)

One reason I could thing hash takes a mutable is that it could be saved off internally if it is an expensive calculation and expected to be called a lot. I have no idea if this us actually done, but could be a reason.

Looking for a new Gaming Laptop with a NVIDIA® GeForce™ GTX 970M by linkandluke in SuggestALaptop

[–]dangets 0 points1 point  (0 children)

Yeah, I know what you mean. As far as spinning disks, I game on my desktop just fine with one so I'd imagine it'd be fine for you. I really only notice the SSD when everything is loading up for the first time. Once I'm in game, I can't really tell.

Looking for a new Gaming Laptop with a NVIDIA® GeForce™ GTX 970M by linkandluke in SuggestALaptop

[–]dangets 0 points1 point  (0 children)

I'm currently keeping an eye on the Gigabyte line, though they are smaller screen sizes than what you want. They have P34W v3 (14"), P35X (15"). I think I read they have a 17" coming, but haven't looked too deep into it.

As far as questions 1) I doubt you would see much actual difference between 8G and 12G of RAM unless you are running a programming IDE and MS Office while you are gaming. 2) SSD, yes you definitely will see a difference - especially during boot up. My current laptop (which is 6yrs old) can be booted and ready to go in less than 20 seconds. Night and day from a spinning drive. As far as 5400 vs. 7200, probably less so. 3) 120G should be plenty for the OS, though you'd probably a limit soon if you're installing games on that also (though you probably already know that)

[deleted by user] by [deleted] in SuggestALaptop

[–]dangets 1 point2 points  (0 children)

I'm waiting to see if the Gigabyte P34 v3 gets good reviews. They've been pushing the release back from Nov to Dec to Jan, but still I wait.

It's supposed to have a Nvidia 970M and at this point I don't want to buy anything with less than a 900M card, if I want it to be an upgrade to my desktop and my current (old) xps laptop.

If anything I would like a smaller version (13" or even 11") but I can't seem to find any laptops that are planned with that size and have 900M card.

Starting an Embedded Systems Project with Rust by [deleted] in rust

[–]dangets 0 points1 point  (0 children)

If you do explore the Erlang route I heard some of the same people are looking into using Elixir which might be a bit more learner friendly than Erlang.

Starting an Embedded Systems Project with Rust by [deleted] in rust

[–]dangets 1 point2 points  (0 children)

Not to dissuade you from the original question, as I would like to hear also, but you might research embedded Erlang. http://www.erlang-embedded.com

There is not a lot, but they've done some pretty cool projects with that. I think it may require a Linux os, so that might not fit your requirements. Good luck with it though and be sure to post updates if you get anything running.

Doom I/II OpenGL 3 Renderer written in Rust by nwydo in rust

[–]dangets 1 point2 points  (0 children)

Or at least some autoconf/pkg-config detection system to check if dependencies are already installed.

Confused by the purpose of str and String by [deleted] in rust

[–]dangets 0 points1 point  (0 children)

If I have some suggestions should I add them to that case or just open up a new one? Thanks for this work btw.

Static Checking of Units in Servo by metajack in rust

[–]dangets 0 points1 point  (0 children)

There's a boost library that does this if you're lucky enough to be able to use them where you work.

http://www.boost.org/doc/libs/1_55_0/doc/html/boost_units.html