- What do you like best about working there?
- What do you like least?
- How would you describe this company's culture? engineering culture?
- What causes the most conflict among employees here?
- What would you change if you could?
- How has the company changed in the past five years? How do you think it will change in the next five?
- How long has the longest serving team member been there?
- What's the average or median tenure?
I unexpectedly had to quit my previous job and am now in search of a new one. If you are interested in hiring me or have leads, I would very much appreciate it if you could contact me at my ID + gmail.
During 2000-2019, I worked as a backend software engineer, writing anything from small tools to servers handling billions of requests. Now I focus on writing software with Go. During 2019-2024, I worked as TechPR, acting to promote my employer to the outside engineering community, as well as enabling and otherwise making internal engineers happier. I still wrote code for FOSS, but not for a living.
I have 15+ years experience writing about programming in commercial publishing.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Compiling generic-array v0.14.7 | |
| Compiling slab v0.4.9 | |
| Compiling rustls v0.21.9 | |
| Compiling ubi v0.0.28 (/home/autarch/projects/ubi) | |
| error: linking with `cc` failed: exit status: 1 | |
| | | |
| = note: LC_ALL="C" PATH="/home/autarch/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/home/autarch/.local/bin:/home/autarch/bin:/home/autarch/.local/bin:/home/autarch/.yarn/bin:/home/autarch/.config/yarn/global/node_modules/.bin:/usr/lib/go/bin:/home/autarch/.perlbrew/libs/perl-5.32.1@dev/bin:/home/autarch/perl5/perlbrew/bin:/home/autarch/perl5/perlbrew/perls/perl-5.32.1/bin:/home/autarch/.cargo/bin:/home/autarch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/lib/jvm/java-8-oracle/bin:/usr/lib/jvm/java-8-oracle/db/bin:/usr/lib/jvm/java-8-oracle/jre/bin:/home/autarch/.local/bin:/home/autarch/.fzf/bin:/home/autarch/go/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustci6t391/symbols.o" "/home/autarch/projects/ubi/target/de |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Compiling generic-array v0.14.7 | |
| Compiling lock_api v0.4.11 | |
| Compiling slab v0.4.9 | |
| Compiling url v2.5.0 | |
| Compiling regex v1.10.2 | |
| Compiling time v0.3.30 | |
| Compiling thiserror v1.0.50 | |
| Compiling anyhow v1.0.75 | |
| Compiling rustls-pemfile v1.0.4 | |
| Compiling rand_chacha v0.3.1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| use strict; | |
| use warnings; | |
| use Test2::V0; | |
| my $input = { | |
| foo => 42, | |
| bar => 84, | |
| baz => [ 'array', 'of', 'strings' ], | |
| }; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import ( | |
| "log" | |
| "sync" | |
| ) | |
| type LockedData struct { | |
| mtx sync.RWMutex | |
| data *TheData |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // BuildInfo represents a response for the buildInfo command. | |
| type BuildInfo struct { | |
| Version string | |
| VersionArray []int `bson:"versionArray"` // On MongoDB 2.0+; assembled from Version otherwise | |
| GitVersion string `bson:"gitVersion"` | |
| OpenSSLVersion string `bson:"OpenSSLVersion"` | |
| SysInfo string `bson:"sysInfo"` // Deprecated and empty on MongoDB 3.2+. | |
| Bits int | |
| Debug bool |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Uncaught (in promise) RuntimeError: memory access out of bounds | |
| at web_frontend::now_playing::NowPlaying::h424319ed0fe517ce (index-5c1deea62170d5b0_bg.wasm:0xcdd71) | |
| at <dioxus_core::nodes::VComponentProps<P> as dioxus_core::nodes::AnyProps>::render::h394ceaadc7e43f7d (index-5c1deea62170d5b0_bg.wasm:0x4323b0) | |
| at dioxus_core::scopes::ScopeArena::run_scope::h182f8c7951431660 (index-5c1deea62170d5b0_bg.wasm:0xc5e7e) | |
| at dioxus_core::diff::DiffState::create_component_node::h4dc4d35c8ff8f532 (index-5c1deea62170d5b0_bg.wasm:0x258058) | |
| at dioxus_core::diff::DiffState::create_node::h90de2c6c2f36fc97 (index-5c1deea62170d5b0_bg.wasm:0x3e964a) | |
| at dioxus_core::diff::DiffState::create_children::head6be04a323ca99 (index-5c1deea62170d5b0_bg.wasm:0x3b4054) | |
| at dioxus_core::diff::DiffState::create_and_append_children::hd95bbb178419c454 (index-5c1deea62170d5b0_bg.wasm:0x513451) | |
| at dioxus_core::diff::DiffState::create_element_node::h43f64fe46dd768b6 (index-5c1deea62170d5b0_bg.wasm:0x2b2fe7) | |
| at di |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Uncaught (in promise) RuntimeError: memory access out of bounds | |
| at alloc::vec::Vec<T>::new::h3d1a3d14c73b5cb4 (index-7316ab03bea88ca9_bg.wasm:0x4fd4ed) | |
| at <web_frontend::css::Classes as core::fmt::Display>::fmt::h92eba37929d12b17 (index-7316ab03bea88ca9_bg.wasm:0x270f0c) | |
| at core::fmt::write::h8874ba14b0fd43fe (index-7316ab03bea88ca9_bg.wasm:0x2e286b) | |
| at core::fmt::Write::write_fmt::hf235f999ec1c8db9 (index-7316ab03bea88ca9_bg.wasm:0x3d3b3e) | |
| at dioxus_core::nodes::NodeFactory::raw_text::h4b3270c64d5ebeb6 (index-7316ab03bea88ca9_bg.wasm:0x317409) | |
| at dioxus_core::nodes::NodeFactory::attr::hbde33bf5b2d352a1 (index-7316ab03bea88ca9_bg.wasm:0x38ab83) | |
| at dioxus_html::global_attributes::GlobalAttributes::class::h58583d60f86cd0b1 (index-7316ab03bea88ca9_bg.wasm:0x3a54f4) | |
| at web_frontend::now_playing::NowPlaying::{{closure}}::h1644364a1a0054ef (index-7316ab03bea88ca9_bg.wasm:0x4d843) | |
| at core::option::Option<T>::map::h4de954bd25370e25 (index-7316ab03bea88ca9_bg.wasm:0x361ea0) |
NewerOlder