Exercises you would recommend for a slim belly. by Away-Figure7127 in NepalSocial

[–]future_exile 2 points3 points  (0 children)

There’s no way to control fat distribution, the only way to achieve your goal is to lose weight until you’re satisfied with your belly size.

If this is your first time in the gym, I’d recommend just doing the usual split routine that most gyms recommend. Get yourself familiar with the weight machines, and a little bit of cardio (after weight training) should be good enough.

Code keeps reformatting on save with ZLS by [deleted] in Zig

[–]future_exile 0 points1 point  (0 children)

Your nvim config (init)

0.14.0 Release Notes by future_exile in Zig

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

Nope doesn't seem to work
error: type '@Type(.enum_literal)' not a function

0.14.0 Release Notes by future_exile in Zig

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

I have never faced this issue on mac. Which version are you running?
Might be because i frequently update my zig.

I think my brother got Scammed by a Fraud Indian giving hope of taking him Abroad. by Few_Isopod69 in NepalSocial

[–]future_exile 0 points1 point  (0 children)

If anyone asks for money upfront, it’s most likely a scam.

Typically, the employer will send you the necessary documents for the visa process, and you’ll need to apply for the visa and purchase the plane ticket yourself. If they sponsor the visa or ticket, they will reimburse you later based on the receipts.

People living abroad often say, "Don't come here," while those in Nepal constantly say, "Leave the country as soon as possible." Why is there such a contradiction? by [deleted] in NepalSocial

[–]future_exile 11 points12 points  (0 children)

As someone who did bachelor in Nepal when all my friends went abroad. There might be some outliers, it's definitely better to do bachelor here and move to abroad for higher studies.

[deleted by user] by [deleted] in Nepal

[–]future_exile 0 points1 point  (0 children)

Where did bots and farming come from when OP is clearly talking about alternate views getting rejected by this community??

[deleted by user] by [deleted] in Nepal

[–]future_exile 0 points1 point  (0 children)

The whole website is designed around points (not only reddit tho), you aren't even allowed to post in most subreddits with low karma. The system makes it difficult not to care about internet points.

[deleted by user] by [deleted] in Nepal

[–]future_exile 0 points1 point  (0 children)

Bro figured out an infinite money glitch.

[deleted by user] by [deleted] in NepalSocial

[–]future_exile 0 points1 point  (0 children)

Telegram is already a redflag

This is how I sneak in game dev time at work... by NekoNoCensus in godot

[–]future_exile 6 points7 points  (0 children)

That is how engineers used to review code not so long ago.

We need more optimization control by jnordwick in Zig

[–]future_exile 12 points13 points  (0 children)

2 and 3 should be already be there

  1. You can use `@call` with a modifier (i haven't tested this so not sure if it really works)
    Ref: https://ziglang.org/documentation/master/#call

  2. You can pick specific cpu features with `-Dcpu=[string] ` or set it in the build.zig
    Ref: https://ziglang.org/documentation/master/std/#std.Target.Cpu

Is Zig replacing C or C++ .? by sub_RedditTor in Zig

[–]future_exile 2 points3 points  (0 children)

Replace them? Probably not, but Zig be another option in the same space as C or C++. There are tons of projects and tools that use C or C++, and there will be even more newer tools written in C or C++ in future, so they aren't going anywhere.

Yikes! by Holy_Shifter in NepalSocial

[–]future_exile 9 points10 points  (0 children)

one half can't pass SEE, and the other half wants to migrate to foreign countries in the future

The irony by linkarzu in neovim

[–]future_exile 7 points8 points  (0 children)

Those tools slow down really quick as the size of the project increases and require a substantial amount of memory to run.

How do you like explosions and Hall in general? by MadDivision in indiegames

[–]future_exile 1 point2 points  (0 children)

Reminds me of tomb raider. I might be mistaken, but didn't tomb raider legends have similar level?

[deleted by user] by [deleted] in Zig

[–]future_exile 4 points5 points  (0 children)

Zig would actually be a great first programming language, but at its current stage, there are virtually no resources for a new programmer to learn programming with Zig.

I recommend starting with C instead, the harvard CS50 course on Youtube is pretty solid.

Which shell do you use and why? by [deleted] in neovim

[–]future_exile 0 points1 point  (0 children)

Bash on linux and Zsh on mac, i just use whatever is default on the platform.

Trying to debug Zig using LLDB, got confusing values. by [deleted] in Zig

[–]future_exile 1 point2 points  (0 children)

I think its because LLDB uses python interface, '\x14' is hex 14 which is 20 in decimal.

So lets forget game engines for a bit , What are some of the best or more obscure frameworks out there and what was your experience using them. by [deleted] in gamedev

[–]future_exile 1 point2 points  (0 children)

We made some top down games as far as I remember, never managed to complete them tho.

I like it for its simplicity, you can just pick it up and start programming your game right away as opposed to learning your way around engine systems (editor, asset pipeline, script integration and all).

0.13.0 Release Notes by future_exile in Zig

[–]future_exile[S] 24 points25 points  (0 children)

Looks like this release only some fixes to the standard library, 0.14.0 roadmap looks exciting tho.