Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
D

Dar Brett 0

@Dar Brett 0
About
Posts
220
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Farcebook, WhatsUp, and InstantGranny all down
    D Dar Brett 0

    I heard about this on the radio driving to work this morning.

    The Lounge html com lounge

  • Razer bug lets you become a Windows 10 admin by plugging in a mouse
    D Dar Brett 0

    Don't worry, the cyber-security team implemented a company wide policy stating that we're not allowed to plug personal hardware devices into the office PC USB ports - so we're protected from this kind of attack vector.

    The Insider News com security help announcement

  • GitHub deprecates account passwords for authenticating Git operations
    D Dar Brett 0

    Given the amount of private keys people have uploaded to GitHub without understanding what they are I wonder how easy it would be to write a scripted that crawled GitHub and used each of those keys to try log in with the account that uploaded it. I bet some of them will work.

    The Insider News security com collaboration question announcement

  • I need a tool to visually track branches in git
    D Dar Brett 0

    Probably take some of the other posts warnings about this seriously though. It would probably make a lot of sense to only grant read only access to other developers machines - which would let you fetch their local branches to view, but not accidentally push changes.

    The Lounge csharp linq cloud testing business

  • I need a tool to visually track branches in git
    D Dar Brett 0

    Actually I think you could, since Git is designed to work decentralized without a central server you can treat each developers machine as another remote server. I believe all you need to do is set up an SSH server running on each machine, give yourself at least read access to it, and then set up a new remote. The command would be something like:

    git remote add other_dev_workstation username@host:path/to/repository/.git

    You just have to be mindful of the fact that you'll get some confusing errors popping up if you're using rebase as part of your workflow.

    The Lounge csharp linq cloud testing business

  • I may move to Arizona
    D Dar Brett 0

    For some reason this comment reminded me of The Poison Garden of Alnwick - where they have plants so toxic that touching them will kill you, but there's only one plant deadly enough to be locked in a cage...

    The Lounge question

  • Today IntelliJ deflated my ego big time!
    D Dar Brett 0

    They have another IDE called CLion that's basically just a customised/simplified IntelliJ - It's much better than Visual Studio, but I don't really know how it stacks up compared to other C++ Editors.

    The Lounge css database visual-studio linq algorithms

  • One UI to rule them all
    D Dar Brett 0

    I recently learned you could do UI development in PowerShell. Seems like just as good of an idea.

    The Insider News com design question

  • One year on ...
    D Dar Brett 0

    To play the devils advocate - maybe they're not kitted out to handle the more potentially lethal side effects. If they have one of the severe but treatable reactions and someone dies who could have been saved with appropriate medical treatment, well I could understand someone wanting to avoid putting themselves in that situation. Actually last time I cut myself while gardening I went to a GP to get a Tetanus shot, and the first GP I stopped in at didn't even do Tetanus vaccines because they weren't properly equipped to handle severe allergic reactions.

    The Lounge com question announcement lounge

  • Microsoft Visual C++ is the Internet Explorer of C++ compilers.
    D Dar Brett 0

    To be fair it's not that much of an exaggeration to say that half of Microsoft's developer products have start with the word 'Visual'. If they'd developed Skype internally they'd probably have called it Visual Phone Calls.

    The Lounge c++ question

  • Microsoft Visual C++ is the Internet Explorer of C++ compilers.
    D Dar Brett 0

    It's possible to do portable executables (assuming I've picked the context right) with GCC , but clunky (haven't tried to do it with clang). You have to use windres to build a .res file, then you can link that as a source file like any other .c or .cpp file. Looking at an old makefile I think the "-mconsole" and "-mwindows" flags on the GCC command are important, but it's been long enough since I touched this that I can't really remember exactly how it works.

    The Lounge c++ question

  • A programming question!
    D Dar Brett 0

    Daniel Pfeffer wrote:

    would you tolerate electronics that burst into flame approximately 1 in a billion times you switch them on

    Might not be the best example because it seems like we do: ‘The irony’s not lost on me’: Solar panel safety device led to 500 per cent rise in rooftop fires[^]

    The Lounge question

  • What part of software development do you wish was "fixed"?
    D Dar Brett 0

    I'd add Microsoft's Remote Desktop App (available for Android and iPhone). Not as good as logging in with a PC, but they did cleverly set it up so the phone screen functions like a laptop touchpad rather than trying to make touches pass through as clicks. It's much more usable than I expected.

    The Lounge help python visual-studio csharp javascript

  • INTERCAL, YAML, and other horrible programming languages
    D Dar Brett 0

    I think that calling an exclaimation mark a wow is actually a great idea. For starters it's easier to spell, and it's only one syllable.

    The Insider News learning

  • Why not wear 3, 4, 5 masks at a time
    D Dar Brett 0

    But if your bank balance exceeds the cube of the result of your IQ multiplied by your shoe size then government laws start to apply less and less.

    The Lounge com

  • UK dev loses ownership claim on forensic software he said he wrote in spare time and licensed to employer
    D Dar Brett 0

    Quote:

    The software is used mostly by police forces, and allows investigators to extract files from a seized hard drive and view them in a virtual machine, thereby avoiding altering any evidence on the drive.

    This is one of those scenarios where I really have to question the ethics of what we do in the software/IT industry. Shouldn't someone tell the police they can just mount the hard drive as read only? Actually shouldn't they have IT specialized forensics investigators who know that?

    The Insider News com

  • Tesla has confirmed that water can cause Model 3 bumpers to fall off
    D Dar Brett 0

    First I find out that it can be fatal to inhale water, and now this??? I can't believe the government lets there just be all this water everywhere!

    The Insider News com question

  • Re-encoding - Is there such a thing?
    D Dar Brett 0

    Sander Rossel wrote:

    I don't really hear the 128 vs. 320 difference though. Maybe with headphones, but not from my laptop speaker or earplugs on my bike. Besides, the brain is great at filling in missing parts. The soundtracks back in the (S)NES days sounded like actual orchestras to me ;)

    For some reason that just reminds me of this scene: Everybody Loves Raymond - Vinyl vs CDs - YouTube[^]

    The Lounge question code-review learning

  • Emus banned from outback Queensland pub after bad behaviour
    D Dar Brett 0

    Sounds like an act of war to me... The Great Emu War of 1932 - YouTube[^]

    The Insider News csharp question announcement

  • Rather amusing FPS idea
    D Dar Brett 0

    Nothing so crude necessary! Just have some kind of powerup you collect in game - maybe a blue pill.

    The Lounge question com adobe game-dev architecture
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups