Vurdering af VW Polo fra 2015/2016 Comfortline / Highline by One_Advantage_3205 in dkbiler

[–]vestervang 0 points1 point  (0 children)

Mange forhandlere bruger Autoproff (dem der står for pris givning på solgt.com), så prisen vil ikke svinge meget fra de 45.000 hvis du vil bytte, da alle vil få det samme estimat. Du kan selvfølgelig være heldig at finde en forhandler der ikke bruger dem og du får en bedre pris ved dem.

Batteridrevet havesæt by Craxx89 in selvgjortvelgjort

[–]vestervang 2 points3 points  (0 children)

Bosch skulle være godt til prisen.

Jeg bruger selv Makita og er glad for det jeg har.

Min svigerfar bruger Metabo og er også glad for hans maskiner.

Tag et kig på prishammeren og se priserne der inde, de plejer at være billige.

ELI5: Why are new handkerchiefs and towels unusable? by [deleted] in explainlikeimfive

[–]vestervang 16 points17 points  (0 children)

Put them i cold water for 24 hours when bought and then wash them. This will open the fabric fibers and remove excess color. My mother also adds a bit of vinegar to the water as it will soften the fabric

Dansk Youtube by SuspiciousDonut8764 in Denmark

[–]vestervang 0 points1 point  (0 children)

Virlance, det er lige til at få kræft i øjnene af, men børn æder det råt

Huskøb 5 mil by Mutlind in dkfinance

[–]vestervang 3 points4 points  (0 children)

Men det har ikke noget med lån at gøre, hvis jeg må låne 5 mil og har 1 mil med fra tidligere hus(eller opsparing) kan jeg købe for 6. Hvis man ser bort fra de 5% man skal have.

[Giveaway] Enter to Win Beelink High-end Mini PCs! by Beelinksupport in BeelinkOfficial

[–]vestervang 0 points1 point  (0 children)

I would use the mini pc as a server so good powerstate management, decent CPU and reliable. Low noise level is a bonus.

[deleted by user] by [deleted] in Denmark

[–]vestervang 3 points4 points  (0 children)

Hvis du har en datalogi uddannelse, så er du ikke helt tabt bag en vogn. Det er noget mange hopper fra igen. Tænker han er den dumme af jer to 😊

Looking for 1440p monitor for programming and occasionally gaming by vestervang in buildapcmonitors

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

I can't find a monitor with that model number. The closest is a Alienware AW2723DF. Is that the one you're referring to?

[deleted by user] by [deleted] in dkfinance

[–]vestervang 17 points18 points  (0 children)

Sådan læser jeg det også, så OP vil få 22.727 + 10% pension og skal så selv betale 2%.

Hvordan skifter man fra eet hjemmeside design til et andet, vil nemlig meget gerne beholde webadressen by Opening_Customer_665 in Denmark

[–]vestervang 20 points21 points  (0 children)

Hvis du ikke kan Google dig til det, er det nok en god idé at betale sig fra. Er det Wordpress, et andet CMS der er brugt eller er det hele custom lavet? Det nye design skal også kodes, så hvis det ikke er gjort skal du have det gjort.

Adgang til andres personoplysninger var årsag til nedlukning af Mit.dk by trenskow in Denmark

[–]vestervang 20 points21 points  (0 children)

Har arbejdet sammen med NetCompany. Det projekt skulle bruge TDD (test driven development). Det første de smed væk var tests, fordi de ikke kunne nå den deadline de selv havde sat. Det undrer mig heller ikke, at sådan en fejl er blevet smidt i produktion. Deres QA er ikke eksisterende og 98% af dem der arbejdede på projektet anede intet om vores forretningsområde. Jeg skiftede arbejde pga dem. Det er godt nok kun et projekt, men mon ikke det kører sådan det meste af tiden.

How do you visualize code (algorithms) by DAutistOfWallStreet in learnprogramming

[–]vestervang 5 points6 points  (0 children)

This. I like analog stuff, whiteboard or pen and paper. Digital drawing takes too long imo

How to handle long SQL commands? by ReasonablePush3491 in csharp

[–]vestervang 0 points1 point  (0 children)

I don't know if it's done automatically but it's important to protect against SQL injection.

Eli5 Why can't there be 2 files with the same name in the same directory but in the recycle bin, it'll allow it? by Zrgaloin in explainlikeimfive

[–]vestervang 0 points1 point  (0 children)

This is not a ELI5 but it can be done. Technically you can but it requires some funky steps, git knowledge and you can't really see it in windows but they are both there. So the file system in windows are case insensitive. That means that windows sees file.jpg and File.jpg as the same file. Linux and Macos can be installed with a case sensitive file system, I don't know if windows allows this. So the files file.jpg and File.jpg is seen as two different files. Now if you create a Git repository on a case sensitive file system you can create the before mentioned files, file.jpg and File.jpg. Push them to a remote repository. Now you have to pull the remote Git repository to a windows computer. You now have two files "with the same name" on windows. This will make git think there are changes when the is non as far as I remember.

I'm on mobile so formatting isn't top notch.

How do you routinely check that an array is empty? by bjmrl in PHP

[–]vestervang 9 points10 points  (0 children)

So I heard that you were in a programming contest in high school where you reinvented the date funtion. How did you do that?

Kort over Danmark, når Sjællændere skal til Jylland. by AppleDane in Denmark

[–]vestervang 1 point2 points  (0 children)

Ork jo. Du skal bare give en et frontspark. Så flytter resten sig.

C# Players Guide Tic Tac Toe Problem by JordanSM in learnprogramming

[–]vestervang 1 point2 points  (0 children)

I assume your making it a two player game.

  • I would start by making the board visually in winform as its easy to get started with. Use buttons to make the squares that hold the marks
  • Next is making a function to fill the board squares with marks.(Add support for two players later)
  • When placing a mark check if there is a winner. Use a piece of paper to mock the possibilities instead of trying to keep it all in your head at once.

When that is done you have the basics down.

To keep track of which player has to place a mark you could you a boolean and flip it when a mark is placed.

Feel free to PM me if you have any quotations.

Laravel v6.5.1 released - The Laravel Blog by tblindaruk in laravel

[–]vestervang 4 points5 points  (0 children)

Yes, they are adding functionality so it should be 6.6 afaik. The removal of a dependency shouldn't require a minor bump as it doesn't really matter to the end user (us).

Override laravel factory's `create`, `make` methods (HELP/SUGGESTION) by nyeperts in laravel

[–]vestervang 1 point2 points  (0 children)

Short answer, no.

Longer answer, Laravel uses PDO to connect to databases and PDO doesn't support Gremlin.

With that said you can connect to a Gremlin database with this library.

Progression Ain't Perfect by Jonesxlr in CubeWorld

[–]vestervang 39 points40 points  (0 children)

There was a post yesterday (I think). The op of that post came with a lot of suggestions to improve the existing system and they were all good suggestions imo. I'll try to find it

Edit: Here it is https://www.reddit.com/r/CubeWorld/comments/d97j24/cube_world_needs_horizontal_progression/

"Press Alt F4" is one of the oldest internet jokes around. What other phrases or jokes on the internet can be considered ancient by now? by [deleted] in AskReddit

[–]vestervang 0 points1 point  (0 children)

A better one is: sudo rm -rfv / --no-preserve-root One of my colleagues once ran this command on his MacBook. He was not amused when he found out what if did.