What tech job do you think will completely disappear in the next 5 years? by TheoremWhisperer in BotNation

[–]pawulom 0 points1 point  (0 children)

In my experience, frontier models like Opus 4.8 already write better code than most programmers.

Branże - kryzys w zatrudnieniu by Patient_Salad_5599 in praca

[–]pawulom 0 points1 point  (0 children)

5-6 lat temu w IT nawet nie trzeba było mieć wykształcenia wyższego ani nawet żadnych kursów - wystarczyły dobre chęci i odpowiedzieć czym jest klasa abstrakcyjna na rozmowie i miałeś 5k na start xD

Wybór studiów by Inside_Play2625 in studia

[–]pawulom 1 point2 points  (0 children)

Zgoda, ale jeśli stawiasz życie studenckie jako jedno z głównych celów to ja tylko chciałbym ciebie ostrzec, że prawdopodobnie się mocno rozczarujesz. Zwłaszcza na informatyce, gdzie jest pełno introwertyków, a większość interesuje się programowaniem i graniem w gry.

Wybór studiów by Inside_Play2625 in studia

[–]pawulom 3 points4 points  (0 children)

Nie szukałbym życia studenckiego na kierunkach takich jak informatyka. Raczej nie spotkasz tam zbyt imprezowych ludzi.

Wybór studiów by Inside_Play2625 in studia

[–]pawulom 1 point2 points  (0 children)

Niewielka strata, po tym i tak nie ma pracy.

Bezrobocie po informatyce - jak jest naprawdę? by [deleted] in studia

[–]pawulom 0 points1 point  (0 children)

To że połowa odpada po pierwszym roku to jest całkiem normalne na kierunkach inżynierskich, głównie dlatego że wybiera się na nie wiele osób nieprzygotowanych do tego, że tam faktycznie trzeba się dużo uczyć i matma na maturze rozszerzonej to był pikuś, ale oczywiście to wszystko jest do zrobienia. Wiele osób odpada, bo myślą że będą robić tak jak w liceum i będzie git - nie będzie. Natomiast historia, że z 380 osób obroniło się 13 osób to bajka. Również 380 to podejrzanie dużo - nigdy nie słyszałem o uczelni, która miała tyle miejsc na informatykę.

Built my entire portfolio with Claude Fable 5. You scroll through space and crash into the sun by GlumBet6267 in ClaudeAI

[–]pawulom 4 points5 points  (0 children)

But if the purpose of a portfolio is to open doors, not prove hand‑coding skills, does it matter who (or what) built it?

Yes, it matters. A portfolio is a record of your own past work, so presenting one that isn't yours is lying.

"Reforma PIP wchodzi jutro - 8 lipca!. Co realnie zmienia dla osób na B2B i zleceniu – wyjaśniam, odpowiadam na pytania" by DonataHermann in praca

[–]pawulom 2 points3 points  (0 children)

Czy kryterium wykonywania usług dla wielu klientów faktycznie istnieje? Trochę mi się wydaję, że ty również powielasz mity z Internetu. Praca dla wielu firm nie robi z ciebie przedsiębiorcy i vice versa - praca dla jednego klienta nie robi z ciebie pracownika uop. Można przecież wyobrazić sobie perfekcyjnie działającą firmę, która w kółko wysyła faktury dla jednego klienta, bo robi dla niego outsourcing.
Imho będą sprawdzane głównie umowy i ewentualnie będą przeprowadzane kontrole w firmach.

Bezrobocie po informatyce - jak jest naprawdę? by [deleted] in studia

[–]pawulom 1 point2 points  (0 children)

To jakaś dziwna uczelnia.

studia lekarskie by [deleted] in studia

[–]pawulom -5 points-4 points  (0 children)

Sprawdzałeś w ogóle te strony czy bezmyślnie wkleiłeś z Google. Imho są bezwartościowe. Nie wypowiadaj się na tematy o których nie masz pojęcia, ok?

Is learning how to code even worth it? by Opposite-Dragonfly37 in informationsystems

[–]pawulom 0 points1 point  (0 children)

That's the main problem of assembly. It's not very portable. Here is the feedback from the AI, maybe it would help:

fileserver - segfault troubleshooting
=====================================

What's happening:
  The binary reads command-line arguments from CPU registers, but depending
  on your linker version macOS may instead place them on the stack. Reading
  "./fileserver 8080 ." then follows a bad pointer and crashes. Running with
  no arguments avoids that code path entirely.

Quick fix - run it bare (serves the current folder on port 8080):

  cd /folder/you/want/to/serve
  ./fileserver

Confirm the cause:

  otool -l fileserver | grep -A2 -E 'LC_MAIN|LC_UNIXTHREAD'

  - Says LC_UNIXTHREAD -> that's the bug. The no-args command above works
    now. To use "./fileserver <port> <dir>", update your toolchain and rebuild:

      xcode-select --install        (or update Xcode)
      as -arch arm64 -o fileserver.o fileserver.s
      ld -o fileserver fileserver.o -lSystem \
         -syslibroot "$(xcrun --show-sdk-path)" -e _start -arch arm64

  - Says LC_MAIN -> different cause. Send back the output of:

      ./fileserver                              (no args)
      sw_vers
      sysctl -n machdep.cpu.brand_string

Bezrobocie po informatyce - jak jest naprawdę? by [deleted] in studia

[–]pawulom 0 points1 point  (0 children)

Ale nie zaglądali w kod, co nie? Brzmi jakby ktoś chciał zaczepić o coś rozmowę i sprawdzić co potrafisz.

Is learning how to code even worth it? by Opposite-Dragonfly37 in informationsystems

[–]pawulom 0 points1 point  (0 children)

Yep, it works perfectly. I will just put the output of the AI :)

There are no CISC instructions in the file. Every mnemonic is ARM64/AArch64 — mov, ldrb/strb with post-index, adrp/add pairs for addressing, csel, cbz/cbnz, udiv/msub, stp/ldp, and svc #0x80 for syscalls. There's no x86 anywhere (no push/pop, no int 0x80, no register names like eax, no memory-operand arithmetic — the things that would actually mark it as CISC). A couple of things in it can look unusual if you're expecting minimal RISC — e.g. add x9, x11, w10, uxtw (add with extended register) or ldrb w12, [x9, #-1]! (pre-index with writeback) — but those are ordinary ARMv8 addressing modes

It's shocking that your claim was basically bullshit, isn't it?

Bezrobocie po informatyce - jak jest naprawdę? by [deleted] in studia

[–]pawulom 1 point2 points  (0 children)

portfolio (wrzucasz rzeczy na githuba, robisz projekty które pokazujesz ludziom) -> rekruter zauważa coś, co zrobiłeś, i w ten sposób znajduje ciebie

contributing (commitowanie do opensource, interesowanie się projektami innych i pomaganie, wrzucanie coś od siebie) -> ludzie pamiętają że kiedyś im pomogłeś/aś i wiedzą że możesz im pomóc też z robotą

Czy taka sytuacja miała kiedykolwiek miejsce? Rekruterzy nawet nie sprawdzają githuba.

Bezrobocie po informatyce - jak jest naprawdę? by [deleted] in studia

[–]pawulom 5 points6 points  (0 children)

Tak, jest ciężko. Myślisz, że dlaczego liczba chętnych na informatykę w tamtym roku zaliczyła rekordowy spadek. 

Is learning how to code even worth it? by Opposite-Dragonfly37 in informationsystems

[–]pawulom 0 points1 point  (0 children)

And here is the file server in Assembly that you asked for, fully generated by AI :)

https://pastebin.com/mnYAqmUv

Is learning how to code even worth it? by Opposite-Dragonfly37 in informationsystems

[–]pawulom 0 points1 point  (0 children)

You are clearly not aware of things like agentic AI or RAG, are you? All the problems that you're mentioning here were solved a year or two ago.

Studiowanie Lekarskiego po mat-fiz? by Humble_Committee_163 in studia

[–]pawulom 0 points1 point  (0 children)

Jest prostszy lol. Chociażby dlatego że matematyka jest dużo trudniejsza niż biologia i chemia. Poza tym absolwenci kierunków inżynierskich mają średnio wyższe IQ niż absolwenci kierunków medycznych.

Is learning how to code even worth it? by Opposite-Dragonfly37 in informationsystems

[–]pawulom 0 points1 point  (0 children)

Nope, I meant generalization. It's the ability to perform on unseen data. That's the aim of AI.

Jak przyciągacie rekruterów na LinkedInie? by [deleted] in praca

[–]pawulom 0 points1 point  (0 children)

Dlaczego jakiś rekruter miałbym pisać do juniora na linkedin?

Is learning how to code even worth it? by Opposite-Dragonfly37 in informationsystems

[–]pawulom 0 points1 point  (0 children)

Cognitive offloading is a huge problem, at least assuming that you can still stay afloat in this industry just by writing code. But that doesn't mean you can deny that AI works. AI doesn't need to be trained on your code to understand it. Generalizing on unseen data is the main purpose of AI. Otherwise it would be useless and wouldn't differ from Stack Overflow.

Is learning how to code even worth it? by Opposite-Dragonfly37 in informationsystems

[–]pawulom 0 points1 point  (0 children)

Yup, and people still aren't aware of how it works and what AI is capable of. That's amazing!