Skip to content

Instantly share code, notes, and snippets.

View pstrav's full-sized avatar

Panos Stravopodis pstrav

View GitHub Profile
@pstrav
pstrav / elyosinterview.md
Last active October 13, 2025 13:37
Elyos AI Interview

Elyos AI interview

Overview

This is a hybrid collaborative session where we'll build a real mini product together. You'll start at home with a basic implementation and we'll extend it during our pair programming session to explore real-time audio processing, LLM integration and system design.

Time expectation: 30-60 minutes of prep work 2 hours on-site with the team.

Technologies to Familiarize Yourself

Panoss-MacBook-Pro :: ~ » curl --location 'https://sandbox.api.thelabrador.co.uk/meterhistory/v1/realtime-smart-meter-data?meterNo=9302774702&fromDate=2023-03-23&toDate=2023-03-27&fuelType=gas' \ 1 ↵
--header 'api_key: redacted \
--header 'Content-Type: application/json'
[{"Date":"2023-03-23","MeterNo":"9302774702","P24":0.08,"P25":0.099,"P26":0.098,"P27":0.174,"P28":0.082,"P29":0.077,"P30":0.087,"P31":0.08,"P32":0.083,"P33":0.087,"P34":0.105,"P35":0.074,"P36":0.134,"P37":0.113,"P38":0.268,"P39":0.115,"P40":0.08,"P41":0.091,"P42":0.13,"P43":0.186,"P44":0.1,"P45":0.088,"P46":0.278,"P47":0.638,"P48":0.423},{"Date":"2023-03-24","MeterNo":"9302774702","P1":0.059,"P2":0.06,"P3":0.052,"P4":0.061,"P5":0.052,"P6":0.058,"P7":0.055,"P8":0.049,"P9":0.078,"P10":0.073,"P11":0.066,"P12":0.052,"P13":0.049,"P14":0.057,"P15":0.048,"P16":0.29,"P17":0.149,"P18":0.074,"P19":0.35,"P20":0.332,"P21":0.129,"P22":0.101,"P23":0.105,"P24":0.121,"P25":0.109,"P26":0.087,"P27":0.219,"P28":0.087,"P29":0.076,"P30":0.101,"P31":0.
@pstrav
pstrav / .vimrc
Created January 25, 2017 23:16
vimrc
" Set 'nocompatible' to ward off unexpected things that your distro might
" have made, as well as sanely reset options when re-sourcing .vimrc
set nocompatible
" Attempt to determine the type of a file based on its name and possibly its
" contents. Use this to allow intelligent auto-indenting for each filetype,
" and for plugins that are filetype specific.
filetype indent plugin on
set hidden