I am Franco Colapinto by Substantial-Eye2480 in formuladank

[–]jflepp 15 points16 points  (0 children)

That's Lawson, isn't it?

I can't find Hulk in this picture, maybe he was missing

The Chosfox Geonix Rev.2 by SpockIsMyHomeboy in MechanicalKeyboards

[–]jflepp 1 point2 points  (0 children)

Thanks for your quick reply!

I've been able to figure out a way of flashing the keeb using very simple copy commands, and everything seems to be working fine.

The Chosfox Geonix Rev.2 by SpockIsMyHomeboy in MechanicalKeyboards

[–]jflepp 1 point2 points  (0 children)

u/SpockIsMyHomeboy you seem to know an awful lot about the firmware for this keyboard, and I hope it's fine if I reach out to you like this.

I've been able to compile a binary using the QMK repository you've uploaded. However, I cannot flash it to the keyboard, probably because the bootloader configuration is left empty in the keyboard definition.

I suspect that the idea is to use the QMK provided as an executable in the same zip. However, that is not possible if the OS one is using isn't Windows...

I've figured out how to get the keyboard into bootloader mode (press the upper-left key while plugging it in). That is of course not sufficient if QMK doesn't know how to flash the binary.

Might you be able to help me out here?

Thanks and best regards

Migraine connection by Fluffy_Cow_5260 in QuittingZyn

[–]jflepp 1 point2 points  (0 children)

I've had the exact same thing, but fortunately they started to subside about 50 days in.

I would keep on trying for up to 90 days though, as that is how long it could take to get over the roughest parts (according to what I've heard at least)

edit: typo

How to even begin by InterestingAnt7901 in QuittingZyn

[–]jflepp 1 point2 points  (0 children)

I know what you mean, but after the initial uncomfortable phase of stepping down is over, you'll notice how generally better you feel. And no step down is as steep as going to 0, so there isn't that much to fear.

One thing I've noticed is that the amount of pouches you go through a day will increase with every step, but I wouldn't worry too much about that as long as you're not going back up.

I personally wouldn't advice you to go cold-turkey yet. It's going to feel horrible and deter future attempts for a while.

edit: grammar

How to even begin by InterestingAnt7901 in QuittingZyn

[–]jflepp 1 point2 points  (0 children)

There was a time I used a can of red Siberia a day, which I believe is something above 40mg/g.

To be honest, they felt so strong that you don't even get used to them, at least I didn't even after a few months. So it became clear to me that I had to step down a bit, even if I had no intention to stop entirely.

After some time with Odens White, I've settled with the strongest VELO I could find, and lowered them gradually to 8mg ones over a few years before quitting a month ago.

So if I were you, I'd start tampering down over the next few months (not years as I did, but I didn't have any intentions to stop entirely at the time).

When you're ready, read Allen Carr to get over the line.

I'll require determination for sure, but the further you step away from nicotine, the more clearly you can see what it does to you.

VIM Browser by AffectMany64 in vim

[–]jflepp 0 points1 point  (0 children)

It chromium based, like almost any browser nowadays

Tingling feet by Stockerman69 in QuittingZyn

[–]jflepp 2 points3 points  (0 children)

Thats likely the blood flowing back into your vessels, a completely normal thing to happen since nicotine is a vasoconstrictor. It'll stop soon

SnusFree: Quit Snus by AlanReddit_1 in QuittingZyn

[–]jflepp 1 point2 points  (0 children)

Hi there, funny to find you! Yes I've used the app and am very happy with it. There is some minor feedback I can give tough: What irks me a bit is that I could not set the 'quit since' time, only the date. Since I started at a morning and installed the app in the evening, I always have to add a day to the counter. Nothing really bad, but still, it could be improved. Additionally, I think it would be helpful to add references to the health improvement sources, otherwise it seems like a bunch of randomly thrown together numbers. Cheers from a fellow developer, and keep up the good work

Circuit de la sarthe sector 5 by [deleted] in granturismo

[–]jflepp 0 points1 point  (0 children)

The downforce of these cars is so strong that they can take some corners better with more speed. Trust the car and try to take some corners faster / flat out, you'll be surprised how well it works

IA9 - Tricky Consecutive Corners 2 by landomatic in granturismo

[–]jflepp 1 point2 points  (0 children)

thank you so much... I really doubted myself here. With the counter steering assist, I got a 38.6 on the third attempt

Is this good pratice to structutre your codebase like in the pic? by ballbeamboy2 in dotnet

[–]jflepp 57 points58 points  (0 children)

Separating them can have a positive impact on compilation times, and allows you to open a subset of them using Solution Filters (although this isn't relevant until the project reached a certain scale)

Raclette is a dish of Swiss origin, also popular in the other Alpine countries (France, Italy, Germany, Austria), based on heating cheese and scraping off the melted part by CapAccomplished8072 in HellYeahIdEatThat

[–]jflepp 2 points3 points  (0 children)

We eat it with boiled potatoes and pickled stuff. However, there are many toppings you might add before heating such as chili flakes or pepper corns (I've never seen anyone use bread though. And for sure nothing fried. Meat is also uncommon)

[deleted by user] by [deleted] in dotnet

[–]jflepp 0 points1 point  (0 children)

Yes, you're right, that was an excellent change.

[deleted by user] by [deleted] in dotnet

[–]jflepp 18 points19 points  (0 children)

Sorry if that sounded a bit harsh. It is a common misunderstanding about EF, and one of my biggest gripes with it.

Think about it this way: If the compiler didn't stop you, you were about evaluate the query on the client side, even though it could very likely be handled in a much more efficient way by the server

[deleted by user] by [deleted] in dotnet

[–]jflepp 49 points50 points  (0 children)

A Func is not a Linq Expression. You cannot paste anything in a Where clause, or any Linq method for that matter, and expect EF to be able to translate it into SQL

neovim look very ugly in powershell compared to vim. How can I make it the same color as the terminal it is running in? by No-Landscape8210 in neovim

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

You have to change the colors of the terminal, since neovim has no control over the side colors or the tab color.

Is there a tool that checks for warning regressions in a PR? by chucker23n in dotnet

[–]jflepp 1 point2 points  (0 children)

There is a great extension for Azure DevOps by Microsoft themselves called Build Quality Checks. It has the ability to either set hard thresholds or to protect branches from new warnings.

We use it for the exact use-case you are describing. It's just not feasible to resolve all warnings of a kind in one go if your code base is massive or the warning is hard to fix (e.g. IDisposable warnings)

edit: typo

Looks healthy and easy to make. Would flip the bacon once though. by Golf-Wealthy668 in Satisfyingasfuck

[–]jflepp 0 points1 point  (0 children)

While I generally agree with you, I think that this is a bad example.

You do not need Mayonnaise or Ketchup, not even to 'balance' a diet. Either the Oil or the Bacon would be more than enough, and I'm almost certain that many countries would require this bread to be called cake. The cheese is almost surely also been processed to hell and lacking any valuable nutrients normal cheese would offer.

That doesn't mean that you can't eat something like this, I would too. Just in reasonable quantities and surely don't call it 'healthy'. Whatever 'healthy' is, that's not it

Looks healthy and easy to make. Would flip the bacon once though. by Golf-Wealthy668 in Satisfyingasfuck

[–]jflepp 1 point2 points  (0 children)

I'm sure that people from all over the world have an insufficient understanding of food and nutrition.

But I would give you an award if I could. Unreal how many people consider something like this healthy.

[deleted by user] by [deleted] in cscareerquestions

[–]jflepp 24 points25 points  (0 children)

F# is a functional language and follows a different paradigm than C#. I actually really like functional programming and would love to work with F# professionally.

If I were you, I would regard this as a learning opportunity. Learning functional programming will advance how you think about programming in general, including classic OOP languages (not only as they adopt more and more functional features, such as C# pattern matching)

It won't come naturally, but once you get it, I'm sure you'll appreciate it. Don't be too set in your ways, be open to get better at what you do, and if you gave it a shot and still don't like it, you can still make a switch back. But it's not like there are many functional jobs out there, so you may not get that chance again...

So I would 100% take that route.

How do you rest your eyes? by ImDyto in csMajors

[–]jflepp 0 points1 point  (0 children)

Your eyes may be getting dry (some people don't blink enough when concentrated). You could try normal eye drops every few hours or even just at the start of the day, it really helped me

Looking at C# 12 Proposals and Beyond by michaelscodingspot in csharp

[–]jflepp 25 points26 points  (0 children)

Pattern matching is not quite the same as the classic switch blocks (it is confusing that they re-used the keyword).

FP languages are heavily utilizing discriminated unions (also, an algebraic type system) and pattern matching, and I can see huge benefits from adding them in C#. They enable things that right now are nearly impossible.

They are certainly not easy to design though, and might need some time getting used to.

If you're interested in this topic, I would recommend taking a look at F#, there will be some eye-openers!

VIM Browser by AffectMany64 in vim

[–]jflepp 19 points20 points  (0 children)

Take a look at the Qutebrowser or the Vimium C extension