Details
-
SkillsC, Embedded C, Microcontroller, Automotive, Python, ArchLinux
-
LocationGermany
Joined devRant on 11/23/2017
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
https://unixmen.com/10-useful-utili...
-
That sounds good. Very important step if you want to program in C further. How did the ice break? Double Linked List?
-
📌
-
I would say your function should not have multiple exit points. But that’s all coding style, so there isn’t „the“ answer...
-
@Brosyl I like that approach. Would you share the „magic numbers“ of your best drawings?
-
Feature request:
Allow the bits to be toggled by clicking on the corresponding circle. -
256 fails
-
23 sec best, ~30 sec avg
-
Entered a one
-
Wow, I independently watched this video exactly 5 minutes ago and then scrolled through devrant to see that post.
What a coincidence -
Try BeyondCompare. Worth every penny
-
📌
-
📌
-
Set up your server with a separate Partition for /var !
So logfiles won’t have an impact on normal operation. -
Can be even worse:
https://emojicode.org/docs/guides/... -
Which distros did you already use?
-
Update: fixed the problem. Root cause were overlapping sections based on a faulty linker locator script. Now we just need to find the fool that added changes without looking at possible mismatches. And we need to tell the fkng linker that he should warn in such a case...
-
The most funny thing about that is that Microsoft has several guidances on how to avoid such drama hijacking and is now vulnerable themselves:
Source: http://seclists.org/fulldisclosure/...
Microsoft published plenty advice/guidance to avoid this beginner's
error: https://msdn.microsoft.com/en-us/...,
https://technet.microsoft.com/en-us...,
https://support.microsoft.com/en-us...
and
https://blogs.technet.microsoft.com/...
. .. which their own developers and their QA but seem to ignore! -
It’s an embedded project on a microcontroller, so it’s quite a bit more difficult than a normal application xD
But we made progress with hot attaching the debugger after the micro trapped. Let’s see what tomorrow will reveal... -
@IllSlapU Read the linked rfc :)
-
@DLMousey: Thanks works like a charm
-
@DLMousey Thx, gonna do this tomorrow morning
-
It replaces the macro TRUE by the line number of its occurrence in the corresponding file.
-
@SISheogorath sure I know that Plugins can enhance the IDE capabilities of vim. You dont even need ctags, vim can autocomplete function/variable names out of the box. But having a big project with multiple modules and files, it is nice the get more information than just the autocompletion, such as function declarations, references etc.
-
I love using vim, plugins make it even more powerful. But for me I always use it dependent on what I want to do. Writing a script or editing single files, e.g. configuration files => always vim.
Coding for bigger projects (in C), an IDE gives many features such as Intellisense etc. which make it often easier to develop with regards to interface definitions etc. -
Does that mean cloud computing is nothing but hot air?
-
Did you actually disable the key or mapped the caps key as normal shift key ?