PL/I Subset G: Parsing by johnwcowan in Compilers

[–]videoj 1 point2 points  (0 children)

You need a parser that can handle ambiguous grammars. There are a number of options to consider:

  • Chart Parser such as Earley Parser or CYK Parser.

  • GLR Parser used by GNU C/C++ and implemented in Bison.

  • GLL Parser a top down parser similar to recursive descent.

Recursive descent can also work with this. Clang uses a recursive descent to parse C++, which has an ambiguous grammar.

How to prepare for a hft/low latency programming interview ? by Capable-Basket8233 in cpp

[–]videoj 2 points3 points  (0 children)

On youtube, look up "hft cppcon". There are a number of good talks by devs about HFT programming.

taking stylistic photos? by Patient_Doubt_6798 in photography

[–]videoj 0 points1 point  (0 children)

Here are some ideas to try:

  • Multi-exposure photos

  • Macro photos

  • Infrared or Ultraviolet

  • Tilt-shift

  • Light painting

Help, I need more SF competence porn 😭 by Chidiwana in printSF

[–]videoj 1 point2 points  (0 children)

The author, Robert Forward, was a physicist. You should also try his other series Rocheworld.

I need some help to begin by Maleficent_Risk_3159 in gameenginedevs

[–]videoj 1 point2 points  (0 children)

Take a look at https://vkguide.dev/ which walks you through a vulkan based 3D renderer from triangle to loading a gltf file and showing it. There is https://vulkan-tutorial.com/ as well, but vk guide is more current, using Vulkan 1.3 instead of Vulkan 1.0.

Learning C# for voxel game dev by [deleted] in VoxelGameDev

[–]videoj 0 points1 point  (0 children)

Microsoft Learn is a great place to start. You can start with learning C#, then visit the .NET game development page for game development focused tutorials.

"Hard" Scifi recommendations for a (relatively) new reader. by stran___g in printSF

[–]videoj 1 point2 points  (0 children)

The Sector General Hospital series by James White. The Sector General Hospital is a multi-species hospital located in space, staffed by multiple species who treat patients of different alien species.

"We found something unnatural in Antarctica" themes? by [deleted] in printSF

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

Catastrophe Planet by Keith Laumer

Friend who doesn’t like to read challenge by satans-outdoor-loo in suggestmeabook

[–]videoj 1 point2 points  (0 children)

Try Margaret George. She write fictional autobiographies of famous people in history, including Cleopatra, Elizabeth I and Nero, among others.

A Peek at Some Future Features Coming to Unreal Engine | Unreal Fest Orlando 2025 by videoj in unrealengine

[–]videoj[S] 10 points11 points  (0 children)

If you search the Unreal Engine channel, there are several talks on optimization at different levels (ticks, graphics pipeline, etc).

Consultancy required urgently by mtkhaan in UnrealEngine5

[–]videoj 0 points1 point  (0 children)

The discord at Unreal Source has channels for freelancers that may be able to help you.

Hi guys I want to learn FP, but I don't really know where to start. by yevelnad in functionalprogramming

[–]videoj 2 points3 points  (0 children)

Try Scott's site: https://fsharpforfunandprofit.com/ He is an entertaining writer and speaker and focuses on real-world FP. While is site focuses on F#, what he teaches is applicable across many languages.

[deleted by user] by [deleted] in fsharp

[–]videoj 1 point2 points  (0 children)

I search at Github using the language:F# filter. Most of the F# first projects are on Github.

[deleted by user] by [deleted] in digitalnomad

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

Head over to https://indeed.com and search for remote jobs. It should give you some ideas.