My position was eliminated as well. If anybody needs a software engineer, I'm looking for my next role.
My last position involved C, maintaining a legacy codebase supporting cyber operations. Multi-architecture experience.
Proficient in C, Swift, Rust, Python, Java, and familiarity with many other languages.
#GetFediHired #Programming #Rust #Swift #iOS #MacOS #Java #Python
Rouille – Rust Programming, in French
https://github.com/bnjbvr/rouille
#HackerNews #Rust #Programming #French #Rouille #OpenSource #GitHub
John Carmack on Mutable Variables
https://twitter.com/id_aa_carmack/status/1983593511703474196
#HackerNews #JohnCarmack #MutableVariables #GameDev #Programming #Insights
My position was eliminated as well. If anybody needs a software engineer, I'm looking for my next role.
My last position involved C, maintaining a legacy codebase supporting cyber operations. Multi-architecture experience.
Proficient in C, Swift, Rust, Python, Java, and familiarity with many other languages.
#GetFediHired #Programming #Rust #Swift #iOS #MacOS #Java #Python
I know this is not a support site or programming course but I can't figure this thing out.
If you do know #rust perhaps you can give me a helping hand.
I am trying to contribute to an app.
I'd like to parse ipv4 addresses given as command line argument values.
I have got two arguments accepting ipv4 address.
If I specify single such option all is fine.
If I specify both, I 'm getting error like this:
 
thread 'main' (624061) panicked at /home/peto/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/parser/matches/arg_matches.rs:1879:13:
Must use `Arg::allow_invalid_utf8` with `_os` lookups at `[hash: A8F400C40154F09]`This is simplified version of my code showcasing the issue:
```
use std::net::{IpAddr, Ipv4Addr};
use clap::{App, AppSettings, Arg, value_parser};
#[tokio::main]
async fn main() -> Result<(), Error> {
 let mut app = App::new("Server APP")
 .about("My super cool app")
 .setting(AppSettings::DeriveDisplayOrder)
 .setting(AppSettings::SubcommandsNegateReqs)
 .arg(
 Arg::with_name("socket")
 .required(true)
 .takes_value(true)
 .long("socket")
 .help("Unix socket path"),
 )
 .arg(
 Arg::with_name("relayaddress")
 .required(false)
 .takes_value(true)
 .long("relay-address")
 .value_parser(value_parser!(Ipv4Addr))
 .help("External relay ipv4 address used together with --listen-address to run behind a nat"),
 )
 .arg(
 Arg::with_name("listenaddress")
 .required(false)
 .takes_value(true)
 .long("listen-address")
 .value_parser(value_parser!(Ipv4Addr))
 .help("Local listen ipv4 address used together with --relay-address to run behind a nat"),
 );
 let matches = app.clone().get_matches();
 if matches.is_present("relayaddress") & matches.is_present("listenaddress") {
 let external_ip = IpAddr::V4(matches.get_one::<Ipv4Addr>("relayaddress").expect("Invalid address"));
 let local_ip = IpAddr::V4(matches.get_one::<Ipv4Addr>("listenaddress").expect("Invalid address"));
 println!("Listening on local IP: {local_ip}");
 println!("Relaying through external IP: {external_ip}");
 }}
 ```
Making USB devices - end to end guide to your first gadget
🎤 Upcoming at SeaGL 2025:
📍 04:00 PM on November 08
🗣️ "pkgconf: 15 years later"
👥 Speaker(s): Ariadne Conill
📍 Room: Room 334
🏷️ Track: Languages and Tools
📝 In April 2011, I started writing a new implementation of the venerable pkg-config utility to improve...
 #SeaGL2025  #programming  #performance  #FLOSS  #opensource  #linux
🔗 https://pretalx.seagl.org/2025/talk/T7Q7QN/
Making USB devices - end to end guide to your first gadget
🎤 Upcoming at SeaGL 2025:
📍 04:00 PM on November 08
🗣️ "pkgconf: 15 years later"
👥 Speaker(s): Ariadne Conill
📍 Room: Room 334
🏷️ Track: Languages and Tools
📝 In April 2011, I started writing a new implementation of the venerable pkg-config utility to improve...
 #SeaGL2025  #programming  #performance  #FLOSS  #opensource  #linux
🔗 https://pretalx.seagl.org/2025/talk/T7Q7QN/
Qt Creator 18 Released
https://www.qt.io/blog/qt-creator-18-released
#HackerNews #QtCreator18 #Qt #Release #SoftwareDevelopment #Programming #News
I made a heatmap diff viewer for code reviews
#HackerNews #heatmap #diff #viewer #code #reviews #software #development #programming #tools #GitHub
NaN, the not-a-number number that isn't NaN
https://piccalil.li/blog/nan-the-not-a-number-number-that-isnt-nan/
#HackerNews #NaN #NotANumber #DataScience #Programming #JavaScript
The US government shutdown has made my job a little less certain.
I work as a civilian contractor for the US Department of Defense. I'm employed by a company called Oteemo and they have the DOD contract that I'm on.
My contract was supposed to be until next May, but apparently, they can decide to just cancel the contract in the middle, and that's what they decided to do, because I'm a programmer and not a soldier.
I'm not out of a job. I'm still employed by Oteemo, and they'll put me on deck until they renew the contract. So I'm not currently in any financial trouble or anything.
But, if this drags on, Oteemo could decide they don't want me for a different contract and let me go. So, I'm looking for something new. I want to get ahead of this and not be out of work right now.
I'm a full-stack or back-end web developer with over twenty years of professional experience. I've mostly worked in go and PHP, but I'm also good in Python, and can learn anything else. I've also done some basic DevOps.
I've worked as a Team Lead and Senior Architect. In the last few years, my work has focused on microservices.
I'm looking for something based in the US, but remote. I'd be open to in office on the Southwest side of Houston, TX (Sugar Land would be better).
I might consider relocation to another country, but it would have to be a warm climate and a safe place for kids with access to an international school.
I have a résumé and a LinkedIn, and will update them both soon.
Please feel free to DM me, email, IM on Jabber, or just call/text if you have any leads. And I'd appreciate it if you'd boost this for visibility.
#FediHire #GetFediHired #LookingForWork #Programming #GovernmentShutdown #golang #PHP #WebDev
 
      
  
             
      
  
               
      
  
             
      
  
             
      
  
               
      
  
             
      
  
             
      
  
               
      
  
             
      
  
                            
                        
                         
      
  
               
      
  
              
          